Skip to content

Releases: mariamrf/py-lambda-action

[Duplicate] Exit script if a command fails

05 Jan 11:28
5c8e766
Compare
Choose a tag to compare

Same as 1.0.1 but accounting for inconsistent naming. Moving forward there will be one format only.

Exit script if a command fails

01 Oct 14:13
5c8e766
Compare
Choose a tag to compare

Now the script will exit if any command fails (as opposed to continuing silently)

Move to Github Actions v2

09 Apr 09:27
c94e2f7
Compare
Choose a tag to compare
Merge pull request #5 from mariamrf/v2

Migrate to v2 of Github Actions

v0.0.2

01 Feb 15:46
Compare
Choose a tag to compare

Remove unnecessary filtering for branch.

Initial Release

01 Feb 00:04
d8b3370
Compare
Choose a tag to compare
Initial Release Pre-release
Pre-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.