You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is an issue where Token Authorizers are not being linked correctly if the FunctionPayloadType is missing in the template.yml file. This is due to the default value for authorizer_type being initialized as token, but then compared against TOKEN in a case-sensitive manner.
Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.
There is an issue where Token Authorizers are not being linked correctly if the FunctionPayloadType is missing in the template.yml file. This is due to the default value for
authorizer_type
being initialized astoken
, but then compared againstTOKEN
in a case-sensitive manner.aws-sam-cli/samcli/lib/providers/sam_api_provider.py
Lines 321 to 324 in c3e1547
The text was updated successfully, but these errors were encountered: