We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bee672 commit 6434918Copy full SHA for 6434918
samtranslator/model/apigateway.py
@@ -237,7 +237,7 @@ def __init__(
237
name + " Authorizer has invalid " "'FunctionPayloadType': " + function_payload_type + ".",
238
)
239
240
- if function_payload_type == "REQUEST" and self._is_missing_identity_source(identity):
+ if function_payload_type == "REQUEST" and self._is_missing_identity_source(identity):
241
identity = {}
242
243
self.api_logical_id = api_logical_id
0 commit comments