Skip to content

Commit

Permalink
docs(aws-lambda): add name format description for aws lambda plugin (#…
Browse files Browse the repository at this point in the history
…12782)

This PR adds a detailed description for the function_name format of the aws-lambda plugin.

---------

Co-authored-by: Aapo Talvensaari <aapo.talvensaari@gmail.com>
  • Loading branch information
windmgc and bungle authored Apr 7, 2024
1 parent 88aa2c3 commit aa8df3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kong/plugins/aws-lambda/schema.lua
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ return {
{ function_name = {
type = "string",
required = false,
description = "The AWS Lambda function name to invoke."
description = "The AWS Lambda function to invoke. Both function name and function ARN (including partial) are supported."
} },
{ qualifier = {
type = "string",
Expand Down

1 comment on commit aa8df3d

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bazel Build

Docker image available kong/kong:aa8df3d1db8049b4bb7a76afa78f5fd32276165d
Artifacts available https://github.com/Kong/kong/actions/runs/8587751308

Please sign in to comment.