-
Notifications
You must be signed in to change notification settings - Fork 252
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
feat(logging): add new aws_logging_cloudwatch package and generate cloudwatch sdk #3441
feat(logging): add new aws_logging_cloudwatch package and generate cloudwatch sdk #3441
Conversation
|
||
dev_dependencies: | ||
amplify_lints: ^2.0.0 | ||
build_runner: ^2.0.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you run aft constraints apply
?
- com.amazonaws.cloudwatchlogs#DescribeLogGroups | ||
- com.amazonaws.cloudwatchlogs#DescribeLogStreams |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are these needed in the main pkg or just for tests?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
they maybe needed for the main pkg, depends if we need to call DescribeLogGroups/DescribeLogStreams to check if they exists. I think it is best to remove them now and we add when we are sure we need them.
…oudwatch sdk (#3441) * add a new dart package with aft create * add cloudwatch sdk * update dependencies constraint in pubspec files * update sdk.yaml file to remove unused apis
…oudwatch sdk (aws-amplify#3441) * add a new dart package with aft create * add cloudwatch sdk * update dependencies constraint in pubspec files * update sdk.yaml file to remove unused apis
…oudwatch sdk (aws-amplify#3441) * add a new dart package with aft create * add cloudwatch sdk * update dependencies constraint in pubspec files * update sdk.yaml file to remove unused apis
…oudwatch sdk (#3441) * add a new dart package with aft create * add cloudwatch sdk * update dependencies constraint in pubspec files * update sdk.yaml file to remove unused apis
Issue #, if available:
Description of changes:
setup a new package for cloudwatch logging:
P.S. sdk.yaml file is manually added, pubspec.yaml is updated, and rest are autogenerated codes.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.