-
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): add Action to put objects in S3 Buckets #17307
Merged
Merged
Commits on Nov 3, 2021
-
feat(iot-actions): Add the action to put s3 bucket objects
1. add the action 2. add tests 3. describe to README
Configuration menu - View commit details
-
Copy full SHA for be3be36 - Browse repository at this point
Copy the full SHA be3be36View commit details -
fix(iot-actions): suppress an error in CodeBuild CI
In CodeBuild CI, there was following error: ``` @aws-cdk/aws-iot-actions-alpha: - [yarn/nohoist-bundled-dependencies] Repository-level 'workspaces.nohoist' directive is missing: @aws-cdk/aws-iot-actions-alpha/case, @aws-cdk/aws-iot-actions-alpha/case/** (fixable) @aws-cdk/aws-iot-actions-alpha: Error: Some package.json files had errors @aws-cdk/aws-iot-actions-alpha: at main (/codebuild/output/src514100616/src/github.com/aws/aws-cdk/tools/@aws-cdk/pkglint/bin/pkglint.js:30:15) @aws-cdk/aws-iot-actions-alpha: at Object.<anonymous> (/codebuild/output/src514100616/src/github.com/aws/aws-cdk/tools/@aws-cdk/pkglint/bin/pkglint.js:33:1) @aws-cdk/aws-iot-actions-alpha: at Module._compile (internal/modules/cjs/loader.js:999:30) @aws-cdk/aws-iot-actions-alpha: at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10) @aws-cdk/aws-iot-actions-alpha: at Module.load (internal/modules/cjs/loader.js:863:32) @aws-cdk/aws-iot-actions-alpha: at Function.Module._load (internal/modules/cjs/loader.js:708:14) @aws-cdk/aws-iot-actions-alpha: at Module.require (internal/modules/cjs/loader.js:887:19) @aws-cdk/aws-iot-actions-alpha: at require (internal/modules/cjs/helpers.js:74:18) @aws-cdk/aws-iot-actions-alpha: at Object.<anonymous> (/codebuild/output/src514100616/src/github.com/aws/aws-cdk/tools/@aws-cdk/pkglint/bin/pkglint:2:1) @aws-cdk/aws-iot-actions-alpha: at Module._compile (internal/modules/cjs/loader.js:999:30) ```
Configuration menu - View commit details
-
Copy full SHA for b81a310 - Browse repository at this point
Copy the full SHA b81a310View commit details
Commits on Nov 7, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 4b66370 - Browse repository at this point
Copy the full SHA 4b66370View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a37bdd - Browse repository at this point
Copy the full SHA 0a37bddView commit details
Commits on Nov 9, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 9023c01 - Browse repository at this point
Copy the full SHA 9023c01View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6fc3248 - Browse repository at this point
Copy the full SHA 6fc3248View commit details -
Merge branch 'aws-iot-actions-s3' of https://github.com/yamatatsu/aws…
…-cdk into aws-iot-actions-s3
Configuration menu - View commit details
-
Copy full SHA for a870670 - Browse repository at this point
Copy the full SHA a870670View commit details -
fix(iot-actions): fix jsii lint error
as following: error JSII9002: Unable to resolve type "@aws-cdk/aws-iot-actions.CommonActionProps". It may be @internal or not exported from the module's entry point (as configured in "package.json" as "main").
Configuration menu - View commit details
-
Copy full SHA for f0a3480 - Browse repository at this point
Copy the full SHA f0a3480View commit details
Commits on Nov 10, 2021
-
Configuration menu - View commit details
-
Copy full SHA for f4c292c - Browse repository at this point
Copy the full SHA f4c292cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d524a80 - Browse repository at this point
Copy the full SHA d524a80View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.