Skip to content

Commit

Permalink
fix to cfn linting
Browse files Browse the repository at this point in the history
  • Loading branch information
devksingh4 committed Oct 3, 2023
1 parent 8de5dc0 commit 2332009
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cloudformation/lambda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ Resources:
AlwaysDeploy: True
DefinitionBody:
Fn::Sub:
Fn::Transform:
- Fn::Transform:
Name: AWS::Include
Parameters:
Location: ../docs/swagger-resume-book.yml
Expand Down Expand Up @@ -204,6 +204,7 @@ Resources:
ResumeStorageS3Bucket:
Type: 'AWS::S3::Bucket'
DeletionPolicy: Retain
UpdateReplacePolicy: Retain
Properties:
BucketName: !Ref ResumeS3BucketName
CorsConfiguration:
Expand Down

0 comments on commit 2332009

Please sign in to comment.