-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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(iot-actions): add the action to put CloudWatch Logs #17228
Conversation
5bae759
to
e2c6b0b
Compare
I wonder about now: new actions.CloudwatchLogsAction(logGroup) Or we can implement to create logs in constructor if the property not be given as following: new actions.CloudwatchLogsAction() |
Let's start with the first one. It's simpler, and if we ever want to make |
1. add the action 2. add tests 3. describe to README
e2c6b0b
to
b280868
Compare
@skinny85 |
@madeline-k |
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.
Looks great, as always @yamatatsu! A few tiny comments before we merge this in 🙂.
packages/@aws-cdk/aws-iot-actions/lib/cloudwatch-logs-action.ts
Outdated
Show resolved
Hide resolved
packages/@aws-cdk/aws-iot-actions/lib/cloudwatch-logs-action.ts
Outdated
Show resolved
Hide resolved
packages/@aws-cdk/aws-iot-actions/lib/cloudwatch-logs-action.ts
Outdated
Show resolved
Hide resolved
packages/@aws-cdk/aws-iot-actions/test/cloudwatch-logs/cloudwatch-logs-action.test.ts
Outdated
Show resolved
Hide resolved
Pull request has been modified.
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.
One last change needed. I'll do it myself though 😉.
Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
Pull request has been modified.
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.
Awesome stuff as always @yamatatsu!
Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
I'm trying to implement aws-iot L2 Constructs. This PR is one of steps after following PR: - aws#16681 (comment) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
I'm trying to implement aws-iot L2 Constructs.
This PR is one of steps after following PR:
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license