Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changed CloudWatch group name #34

Closed

Conversation

salemgolemugoo
Copy link

@salemgolemugoo salemgolemugoo commented Dec 27, 2022

what

  • CloudWatch log group name is changed

why

  • AWS Lambda stores it's logs only in CloudWatch log groups with prefix /aws/lambda/{function_name}
  • You can not override this path via terraform
  • Currently this module creates a new log group and it doesn't respect the pattern above

@noqqe
Copy link

noqqe commented Feb 8, 2023

Thanks @salemgolemugoo for implementing this. Was wondering about loggroups being created and not used as well.

At least a flag to disable its creation would be great to have, but it hope this PR will get merged 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants