feat(iot-actions): add the action to put CloudWatch Logs#17228
feat(iot-actions): add the action to put CloudWatch Logs#17228mergify[bot] merged 7 commits intoaws:masterfrom
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 |
skinny85
left a comment
There was a problem hiding this comment.
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.
skinny85
left a comment
There was a problem hiding this comment.
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.
skinny85
left a comment
There was a problem hiding this comment.
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