Skip to content

Commit

Permalink
feat(lambda) Added us-west2 for lambda (#2258)
Browse files Browse the repository at this point in the history
  • Loading branch information
mynameisgv authored and Tieske committed Mar 27, 2017
1 parent 4f960ab commit f9716ac
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 @@ -5,7 +5,7 @@ return {
aws_key = {type = "string", required = true},
aws_secret = {type = "string", required = true},
aws_region = {type = "string", required = true, enum = {
"us-east-1", "us-east-2", "ap-northeast-1", "ap-northeast-2",
"us-east-1", "us-east-2", "ap-northeast-1", "ap-northeast-2", "us-west-2",
"ap-southeast-1", "ap-southeast-2", "eu-central-1", "eu-west-1"}},
function_name = {type="string", required = true},
qualifier = {type = "string"},
Expand Down

0 comments on commit f9716ac

Please sign in to comment.