File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
integration/resources/templates/combination Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ Resources:
62
62
credentials :
63
63
Fn::Sub : ${ApiGatewayLambdaRole.Arn}
64
64
uri :
65
- Fn::Sub : arn:aws :apigateway:${AWS::Region}:lambda:path/2015-03-31/functions/${MyFunction.Arn}/invocations
65
+ Fn::Sub : arn:${AWS::Partition} :apigateway:${AWS::Region}:lambda:path/2015-03-31/functions/${MyFunction.Arn}/invocations
66
66
passthroughBehavior : when_no_match
67
67
httpMethod : POST
68
68
type : aws_proxy
@@ -72,7 +72,7 @@ Resources:
72
72
credentials :
73
73
Fn::Sub : ${ApiGatewayLambdaRole.Arn}
74
74
uri :
75
- Fn::Sub : arn:aws :apigateway:${AWS::Region}:lambda:path/2015-03-31/functions/${MyFunction.Arn}/invocations
75
+ Fn::Sub : arn:${AWS::Partition} :apigateway:${AWS::Region}:lambda:path/2015-03-31/functions/${MyFunction.Arn}/invocations
76
76
passthroughBehavior : when_no_match
77
77
httpMethod : POST
78
78
type : aws_proxy
You can’t perform that action at this time.
0 commit comments