Skip to content

Commit

Permalink
fix cfn
Browse files Browse the repository at this point in the history
  • Loading branch information
devksingh4 committed Oct 3, 2023
1 parent a667f78 commit 4011357
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions cloudformation/lambda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,14 +153,14 @@ Resources:
Description: Resume Book API Gateway
AlwaysDeploy: True
DefinitionBody:
Fn::Sub:
- Fn::Transform:
!Sub:
- !Transform
Name: AWS::Include
Parameters:
Location: ../docs/swagger-resume-book.yml
Location: '../docs/swagger-resume-book.yml'
- AccountId: !Ref AWS::AccountId
- Region: !Ref AWS::Region
- LambdaFunctionName: !Ref LambdaFunctionName
Region: !Ref AWS::Region
LambdaFunctionName: !Ref LambdaFunctionName

Auth:
Authorizers:
Expand Down

0 comments on commit 4011357

Please sign in to comment.