Skip to content

Commit 78cc2c7

Browse files
authored
Safe Auth in function URL tests (#3348)
1 parent 994e6a1 commit 78cc2c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

integration/resources/templates/single/basic_function_with_function_url_config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Resources:
77
CodeUri: ${codeuri}
88
MemorySize: 128
99
FunctionUrlConfig:
10-
AuthType: NONE
10+
AuthType: AWS_IAM
1111
Cors:
1212
AllowOrigins:
1313
- https://foo.com

integration/resources/templates/single/basic_function_with_function_url_with_autopuplishalias.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Resources:
88
MemorySize: 128
99
AutoPublishAlias: live
1010
FunctionUrlConfig:
11-
AuthType: NONE
11+
AuthType: AWS_IAM
1212
Cors:
1313
AllowOrigins:
1414
- https://foo.com

0 commit comments

Comments
 (0)