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

Teardown Lambda function CloudWatch logs #28

Open
ashley-evans opened this issue Oct 5, 2021 · 0 comments
Open

Teardown Lambda function CloudWatch logs #28

ashley-evans opened this issue Oct 5, 2021 · 0 comments
Labels

Comments

@ashley-evans
Copy link
Owner

Value Added

Reduces overall AWS costs and confusion when trying to find appropriate CloudWatch logs

Description

Currently the logs that are created during a lambda function's execution are created in an automatically generated log group. Unfortunately, this log group is currently not being torn down by the teardown.sh script.

Therefore, changes should be made to remove these redundant logs once a stack has been torn down.

Acceptance Criteria

AC01

  • When the teardown script is invoked, the Cloudwatch logs related to each of the lambda functions within the stack being torn down should be removed

AC02

  • No other log groups from other stacks should be removed
@ashley-evans ashley-evans added the 2 label Oct 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant