Skip to content

Commit

Permalink
fix: integration test cors_with_apikey_and_cors (#3021)
Browse files Browse the repository at this point in the history
  • Loading branch information
Connor Robertson authored Mar 13, 2023
1 parent c5690d5 commit 1399f7a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Resources:
credentials:
Fn::Sub: ${ApiGatewayLambdaRole.Arn}
uri:
Fn::Sub: arn:aws:apigateway:${AWS::Region}:lambda:path/2015-03-31/functions/${MyFunction.Arn}/invocations
Fn::Sub: arn:${AWS::Partition}:apigateway:${AWS::Region}:lambda:path/2015-03-31/functions/${MyFunction.Arn}/invocations
passthroughBehavior: when_no_match
httpMethod: POST
type: aws_proxy
Expand All @@ -72,7 +72,7 @@ Resources:
credentials:
Fn::Sub: ${ApiGatewayLambdaRole.Arn}
uri:
Fn::Sub: arn:aws:apigateway:${AWS::Region}:lambda:path/2015-03-31/functions/${MyFunction.Arn}/invocations
Fn::Sub: arn:${AWS::Partition}:apigateway:${AWS::Region}:lambda:path/2015-03-31/functions/${MyFunction.Arn}/invocations
passthroughBehavior: when_no_match
httpMethod: POST
type: aws_proxy
Expand Down

0 comments on commit 1399f7a

Please sign in to comment.