We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2129bdf commit 46613f7Copy full SHA for 46613f7
cloudformation/main.yml
@@ -173,7 +173,7 @@ Resources:
173
Role: !GetAtt AppSecurityRoles.Outputs.MainFunctionRoleArn
174
Timeout: 900
175
LoggingConfig:
176
- LogGroup: !Sub /aws/lambda/${LambdaFunctionName}
+ LogGroup: !Sub /aws/lambda/${ApplicationPrefix}-lambda
177
Environment:
178
Variables:
179
RunEnvironment: !Ref RunEnvironment
0 commit comments