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

support deleting cloudwatch log groups #250

Closed
wants to merge 2 commits into from

Conversation

ekristen
Copy link
Contributor

@ekristen ekristen commented Nov 17, 2021

This brings support for nuking CloudWatch Log Groups from regions.

  • Update Documentation
  • Update Tests
  • Update Code

Copy link
Member

@denis256 denis256 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Noticed failing test TestListCloudWatchLogGroups
TestListCloudWatchLogGroups.txt

assertCloudWatchLogGroupsDeleted(t, svc, lgNames)
}

func createCloudWatchLogGroup(t *testing.T, svc *cloudwatchlogs.CloudWatchLogs, region string) *string {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

region not used

@yorinasub17
Copy link
Contributor

We have a need for this internally at Gruntwork, so I went ahead and extended this PR to bring it over the finish line, here. Thanks for the initial work (your commits should be properly attributed to you)!

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