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

fix(lambda): fromDockerBuild output is located under /asset #13539

Merged
merged 2 commits into from
Mar 11, 2021

Commits on Mar 11, 2021

  1. fix(lambda): fromDockerBuild output is located under /asset

    Ensure `imagePath` ends with `/.` so that the content at that location
    is copied.
    
    See https://docs.docker.com/engine/reference/commandline/cp/
    
    Closes aws#13439
    jogold committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    c95cc09 View commit details
    Browse the repository at this point in the history
  2. no regex + tests

    jogold committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    ac1d5c4 View commit details
    Browse the repository at this point in the history