Py Lambda Action Versions Save

A Github Action to deploy AWS Lambda functions written in Python with their dependencies in a separate layer.

v1.0.1

3 years ago

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

1.0.1

3 years ago

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

v1.0.0

4 years ago

v0.0.2

5 years ago

Remove unnecessary filtering for branch.

0.0.1

5 years ago

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.