Lambda Logs definition in template #2665
GuidoNebiolo
started this conversation in
Ideas
Replies: 4 comments
-
@GuidoNebiolo Thanks for proposing this feature request, we will look into it |
Beta Was this translation helpful? Give feedback.
0 replies
-
reported also in #1216 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Linking: #1216 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Is there any update on this? For temporary (eg PR) environments, this is a major problem. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe your idea/feature/enhancement
I wish the SAM Translator would generate also the CloudWatch LogGroup for a declared Lambda.
In this way the deployment will be consistent during deletion and delete also the log group.
Proposal
Additional property for AWS::Serverless::Function which generate the AWS::Logs::LogGroup associated.
Now:
Proposal:
or
Things to consider:
[ ] The SAM documentation will need to be updated
[ ] Compatibility with previous version, if the new property is not explicitly provided, the log group should not be generated
Additional Details
Beta Was this translation helpful? Give feedback.
All reactions