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 24f997b commit 6f230bbCopy full SHA for 6f230bb
cloudformation/main.yml
@@ -221,13 +221,6 @@ Resources:
221
Type: AWS::Lambda::Url
222
Properties:
223
AuthType: NONE
224
- Cors:
225
- AllowHeaders:
226
- - Content-Type
227
- - Authorization
228
- - X-Amz-Date
229
- AllowOrigins: ["*"]
230
- MaxAge: 300
231
InvokeMode: BUFFERED
232
TargetFunctionArn: !GetAtt AppApiLambdaFunction.Arn
233
0 commit comments