feat(iotevents): create new module for IoT Events actions#18956
feat(iotevents): create new module for IoT Events actions#18956mergify[bot] merged 7 commits intoaws:masterfrom
Conversation
| "@aws-cdk/pkglint": "0.0.0", | ||
| "@types/jest": "^26.0.24", | ||
| "constructs": "^3.3.69", | ||
| "jest": "^26.6.3" |
There was a problem hiding this comment.
I think you want Jest in version "@types/jest": "^27.4.0" here - that should fix the build.
There was a problem hiding this comment.
Actually, maybe just remove Jest completely, and let the other tools bring it in. Look at how the other modules deal with it for reference.
Pull request has been modified.
71c2901 to
281a317
Compare
281a317 to
b927079
Compare
|
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). |
|
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.
|
Jest baseline version bumped up as |
skinny85
left a comment
There was a problem hiding this comment.
Jest baseline version bumped up as
^27.4.7->^27.5.1. So it was followed.
Pretty sure the minor version is taken from the lock file anyway, but thanks for the diligence 🙂.
|
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). |
This PR creates new module for aws-iotevents. This PR will contain implementations of Detector Model action classes. About aws#18869 (comment) . ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
This PR creates new module for aws-iotevents. This PR will contain implementations of Detector Model action classes.
About #18869 (comment) .
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license