Skip to content

Commit

Permalink
Oops, I've done too much javascript those days...
Browse files Browse the repository at this point in the history
  • Loading branch information
M0dM authored Jun 18, 2018
1 parent ec15c5c commit e047930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zappa/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -1853,7 +1853,7 @@ def create_stack_template( self,
elif iam_authorization:
auth_type = "AWS_IAM"
elif authorizer:
if authorizer.get("type").upper() !== 'REQUEST':
if authorizer.get("type").upper() != 'REQUEST':
auth_type = authorizer.get("type", "CUSTOM")
else:
auth_type = "CUSTOM"
Expand Down

0 comments on commit e047930

Please sign in to comment.