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(lambda): Code.fromDockerBuild #13318

Merged
merged 18 commits into from Feb 28, 2021
Merged

Commits on Dec 29, 2020

  1. feat(lambda): Code.fromDockerBuildAsset

    Use the result of a Docker build as code. The runtime code is expected to be
    located at `/asset` in the image.
    
    Also deprecate `BundlingDockerImage` in favor of `DockerImage`.
    jogold committed Dec 29, 2020
    Copy the full SHA
    1ad31b8 View commit details
    Browse the repository at this point in the history
  2. jsdoc

    jogold committed Dec 29, 2020
    Copy the full SHA
    fc42705 View commit details
    Browse the repository at this point in the history
  3. destPath

    jogold committed Dec 29, 2020
    Copy the full SHA
    71d3b3a View commit details
    Browse the repository at this point in the history
  4. error message

    jogold committed Dec 29, 2020
    Copy the full SHA
    f8aaeb8 View commit details
    Browse the repository at this point in the history
  5. lambda test

    jogold committed Dec 29, 2020
    Copy the full SHA
    acb6477 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2020

  1. Copy the full SHA
    055bf5d View commit details
    Browse the repository at this point in the history
  2. nodejs bundling test

    jogold committed Dec 30, 2020
    Copy the full SHA
    4f4c518 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2021

  1. Merge branch 'master' into from-docker-build-asset

    Elad Ben-Israel committed Jan 28, 2021
    Copy the full SHA
    8b74064 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2021

  1. Copy the full SHA
    f26f9eb View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2021

  1. Copy the full SHA
    b37189b View commit details
    Browse the repository at this point in the history
  2. DockerBuildAssetOptions

    jogold committed Feb 18, 2021
    Copy the full SHA
    f30c174 View commit details
    Browse the repository at this point in the history
  3. s3-assets README

    jogold committed Feb 18, 2021
    Copy the full SHA
    7ccc3fc View commit details
    Browse the repository at this point in the history
  4. fromDockerBuild

    jogold committed Feb 18, 2021
    Copy the full SHA
    8922faf View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    367359f View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2021

  1. Copy the full SHA
    009f439 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    ce30a4e View commit details
    Browse the repository at this point in the history
  3. README

    jogold committed Feb 28, 2021
    Copy the full SHA
    498c943 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    74a4174 View commit details
    Browse the repository at this point in the history