Skip to content

Commit

Permalink
fix(spec): corrected AWS::Serverless::Api.Auth.Authorizers to be of t…
Browse files Browse the repository at this point in the history
…ype JSON rather than string (awslabs#164)
  • Loading branch information
Graham Jenson authored and PaulMaddox committed Mar 10, 2019
1 parent 9ecf3fc commit 4cf1bee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate/sam-2016-10-31.json
Original file line number Diff line number Diff line change
Expand Up @@ -752,7 +752,7 @@
"Authorizers": {
"Documentation": "https://github.com/awslabs/serverless-application-model/blob/master/versions/2016-10-31.md#api-auth-object",
"Required": false,
"PrimitiveType": "String",
"PrimitiveType": "Json",
"UpdateType": "Immutable"
}
}
Expand Down

0 comments on commit 4cf1bee

Please sign in to comment.