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 cc582cf commit b768cf1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ Resources:

PromptCreator:
Type: AWS::Serverless::Function
DependsOn: PromptCreatorLogGroup
Properties:
FunctionName: !Sub ${AWS::StackName}-PromptCreator
Description: Creates Static prompts to be used in Connect Flows
Expand All @@ -159,7 +160,7 @@ Resources:
UpdateReplacePolicy: Retain
DeletionPolicy: RetainExceptOnCreate
Properties:
LogGroupName: !Sub '/aws/lambda/${PromptCreator}'
LogGroupName: !Sub '/aws/lambda/${AWS::StackName}-PromptCreator'
RetentionInDays: 30

MainPrompt:
Expand Down

0 comments on commit b768cf1

Please sign in to comment.