Skip to content

Commit

Permalink
Log Group correction
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewPlayer3 committed Aug 28, 2024
1 parent 6d5fdca commit aafeba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/scale-cluster/scale-cluster-cf.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ Resources:
{{ name }}LogGroup:
Type: AWS::Logs::LogGroup
Properties:
LogGroupName: !Sub {{ "/aws/lambda/${"+ name +"LogGroup}" }}
LogGroupName: !Sub {{ "/aws/lambda/${"+ name +"Lambda}" }}
RetentionInDays: 90

{{ name }}Lambda:
Expand Down

0 comments on commit aafeba1

Please sign in to comment.