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

Updated CloudWatch Logs #223

Merged
merged 2 commits into from
Oct 16, 2024
Merged

Conversation

jaemokhong
Copy link
Contributor

The ListTagsLogGroup and TagLogGroup operations in AWS CloudWatch Logs are marked for deprecation, and AWS is encouraging the use of newer alternatives.
I have replaced the ListTagsLogGroup and TagLogGroup operations with the new API.
https://docs.aws.amazon.com/ko_kr/AmazonCloudWatchLogs/latest/APIReference/API_ListTagsLogGroup.html
https://docs.aws.amazon.com/ko_kr/AmazonCloudWatchLogs/latest/APIReference/API_TagLogGroup.html

@@ -22,7 +22,8 @@ import (

"github.com/aws/aws-sdk-go/service/cloudwatch"
"github.com/aws/aws-sdk-go/service/cloudwatchlogs"
"github.com/spf13/cobra"
"github.com/aws/aws-sdk-go/service/sts"
"github.com/spf13/cobra"
Copy link
Owner

Choose a reason for hiding this comment

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

Can you please run the formating?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I have completed it

@mpostument mpostument merged commit 64c1593 into mpostument:master Oct 16, 2024
2 checks passed
@mpostument
Copy link
Owner

@jaemokhong this release contain your changes - https://github.com/mpostument/awstaghelper/releases/tag/0.20.3

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.

2 participants