Skip to content
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 10 commits into from
Nov 10, 2021

Commits on Nov 3, 2021

  1. feat(iot-actions): Add the action to put s3 bucket objects

    1. add the action
    2. add tests
    3. describe to README
    yamatatsu committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    be3be36 View commit details
    Browse the repository at this point in the history
  2. 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)
    ```
    yamatatsu committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    b81a310 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2021

  1. Configuration menu
    Copy the full SHA
    4b66370 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a37bdd View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2021

  1. Configuration menu
    Copy the full SHA
    9023c01 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6fc3248 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a870670 View commit details
    Browse the repository at this point in the history
  4. 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").
    yamatatsu committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    f0a3480 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2021

  1. address comments

    yamatatsu committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    f4c292c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d524a80 View commit details
    Browse the repository at this point in the history