Skip to content

Commit 46613f7

Browse files
committed
fix cfn
1 parent 2129bdf commit 46613f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloudformation/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ Resources:
173173
Role: !GetAtt AppSecurityRoles.Outputs.MainFunctionRoleArn
174174
Timeout: 900
175175
LoggingConfig:
176-
LogGroup: !Sub /aws/lambda/${LambdaFunctionName}
176+
LogGroup: !Sub /aws/lambda/${ApplicationPrefix}-lambda
177177
Environment:
178178
Variables:
179179
RunEnvironment: !Ref RunEnvironment

0 commit comments

Comments
 (0)