Skip to content

Releases: mariamrf/py-lambda-action

[Duplicate] Exit script if a command fails

Choose a tag to compare

@mariamrf mariamrf released this 05 Jan 11:28
5c8e766

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

Exit script if a command fails

Choose a tag to compare

@mariamrf mariamrf released this 01 Oct 14:13
5c8e766

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

Move to Github Actions v2

Choose a tag to compare

@mariamrf mariamrf released this 09 Apr 09:27
c94e2f7
Merge pull request #5 from mariamrf/v2

Migrate to v2 of Github Actions

v0.0.2

Choose a tag to compare

@mariamrf mariamrf released this 01 Feb 15:46

Remove unnecessary filtering for branch.

Initial Release

Initial Release Pre-release
Pre-release

Choose a tag to compare

@mariamrf mariamrf released this 01 Feb 00:04
d8b3370

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.