Skip to content

Commit

Permalink
Cleanup templates
Browse files Browse the repository at this point in the history
  • Loading branch information
docwho2 committed Nov 21, 2023
1 parent d2e3090 commit 2fa6503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ Resources:
PromptCreatorLogGroup:
Type: AWS::Logs::LogGroup
UpdateReplacePolicy: Retain
DeletionPolicy: RetainExceptOnCreate
DeletionPolicy: Delete
Properties:
LogGroupName: !Sub '/aws/lambda/${AWS::StackName}-PromptCreator'
RetentionInDays: 30
Expand Down

0 comments on commit 2fa6503

Please sign in to comment.