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

refactor(assets): API cleanups #2910

Merged
merged 4 commits into from
Jun 19, 2019
Merged

refactor(assets): API cleanups #2910

merged 4 commits into from
Jun 19, 2019

Commits on Jun 18, 2019

  1. refactor(assets): API cleanups

    BREAKING CHANGE: `AssetProps.packaging` has been removed and is now automatically discovered based on the file type.
    * **assets:** `ZipDirectoryAsset` has been removed, use `Asset`.
    * **assets:** `FileAsset` has been removed, use `Asset`.
    * **lambda:** `Code.directory` and `Code.file` have been removed. Use `Code.asset`.
    Elad Ben-Israel committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    44d7a46 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/master' into benisrae/assets-cle…

    …anups
    Elad Ben-Israel committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    f2a957c View commit details
    Browse the repository at this point in the history
  3. reorganize assets

    - assets: core asset types
    - aws-s3-assets: file assets uploaded to s3
    - aws-ecr-assets: docker image assets uploaded to ecr
    - assets-docker => deprecated
    Elad Ben-Israel committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    eb788bb View commit details
    Browse the repository at this point in the history
  4. update decdk module list

    Elad Ben-Israel committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    be47ecb View commit details
    Browse the repository at this point in the history