Release 0.2.0#17
Merged
Merged
Conversation
Member
josegonzalez
commented
Apr 17, 2022
- Add a note when the lambda.zip is to large pointing users at alternatives
- Remove lambda.zip from build area #6: Remove lambda.zip from build area
- Build a docker image based on the built workspace #7: Build a docker image based on the built workspace
- Add the ability to write a procfile #8: Add the ability to write a procfile
- Allow customizing the docker image port #10: Allow customizing the docker image port
- Add ability to specify both build and image environment variables #13: Add ability to specify both build and image environment variables
- Add support for pre-compile and post-compile hooks #14: Add support for pre-compile and post-compile hooks
- Rename flag so as not to shadow a potential build-image flag #15: Rename flag so as not to shadow a potential build-image flag
- Add a missing flags to autocomplete #16: Add a missing flags to autocomplete
This is no longer needed and may be undesired if the /var/task directory is mounted for later use.
Remove lambda.zip from build area
This will allow users to locally test the built artifact. Note that they'll still need to specify a handler as the command for the container, as this isn't written to the image at this time. Closes #4
Build a docker image based on the built workspace
Also respect the detected or specified handler in the built image. Closes #5
Add the ability to write a procfile
Allow customizing the docker image port
Add ability to specify both build and image environment variables
Add support for pre-compile and post-compile hooks
Rename flag so as not to shadow a potential build-image flag
Add a missing flags to autocomplete
- Add a note when the lambda.zip is to large pointing users at alternatives - #6: Remove lambda.zip from build area - #7: Build a docker image based on the built workspace - #8: Add the ability to write a procfile - #10: Allow customizing the docker image port - #13: Add ability to specify both build and image environment variables - #14: Add support for pre-compile and post-compile hooks - #15: Rename flag so as not to shadow a potential build-image flag - #16: Add a missing flags to autocomplete
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.