Skip to content

Commit

Permalink
Safe Auth in function URL tests (#3348)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssenchenko committed Sep 20, 2023
1 parent 994e6a1 commit 78cc2c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Resources:
CodeUri: ${codeuri}
MemorySize: 128
FunctionUrlConfig:
AuthType: NONE
AuthType: AWS_IAM
Cors:
AllowOrigins:
- https://foo.com
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Resources:
MemorySize: 128
AutoPublishAlias: live
FunctionUrlConfig:
AuthType: NONE
AuthType: AWS_IAM
Cors:
AllowOrigins:
- https://foo.com
Expand Down

0 comments on commit 78cc2c7

Please sign in to comment.