Skip to content

Commit 50500c3

Browse files
committed
fix cfn
1 parent d0e9d5b commit 50500c3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cloudformation/lambda.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -376,8 +376,7 @@ Resources:
376376
- CorsRules:
377377
- AllowedHeaders:
378378
- '*'
379-
AllowedOrigins:
380-
- !FindInMap [ApiGwConfig, !Ref RunEnvironment, ValidCorsOrigins]
379+
AllowedOrigins: !FindInMap [ApiGwConfig, !Ref RunEnvironment, ValidCorsOrigins]
381380
AllowedMethods:
382381
- GET
383382
- PUT

0 commit comments

Comments
 (0)