Skip to content

Commit

Permalink
add fn::sub
Browse files Browse the repository at this point in the history
  • Loading branch information
devksingh4 committed Oct 3, 2023
1 parent 10776f6 commit 17ecdcc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/swagger-resume-book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,5 @@ paths:
httpMethod: POST
contentHandling: CONVERT_TO_TEXT
type: aws_proxy
uri: arn:aws:apigateway:${AWS::Region}:lambda:path/2015-03-31/functions/arn:aws:lambda:${AWS::Region}:${AWS::AccountId}:function:${LambdaFunctionName}/invocations
uri:
Fn::Sub: arn:aws:apigateway:${AWS::Region}:lambda:path/2015-03-31/functions/arn:aws:lambda:${AWS::Region}:${AWS::AccountId}:function:${LambdaFunctionName}/invocations

0 comments on commit 17ecdcc

Please sign in to comment.