Releases: mariamrf/py-lambda-action
Releases · mariamrf/py-lambda-action
[Duplicate] Exit script if a command fails
Exit script if a command fails
Now the script will exit if any command fails (as opposed to continuing silently)
Move to Github Actions v2
Merge pull request #5 from mariamrf/v2 Migrate to v2 of Github Actions
v0.0.2
Initial Release
Initial release of this Action. Simple and straightforward: deploy any Python 3.6 Lambda function, with the dependencies (in requirements.txt) deployed to a separate Layer. You can also specify a branch for this action to run on.