Skip to content

Commit

Permalink
feat(aws) only accept layer=outer for aws
Browse files Browse the repository at this point in the history
  • Loading branch information
kikito committed Nov 1, 2018
1 parent f12804b commit 8c62662
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kong/plugins/aws-lambda/schema.lua
Expand Up @@ -17,6 +17,7 @@ local REGIONS = {
return {
name = "aws-lambda",
fields = {
{ layer = typedefs.layer({ one_of = { "outer" } }) },
{ config = {
type = "record",
fields = {
Expand Down

0 comments on commit 8c62662

Please sign in to comment.