An open API service indexing awesome lists of open source software.

https://github.com/mumblepins/aws-lambda-python-packager

Alternative to using the SAM CLI for packaging of lambda functions
https://github.com/mumblepins/aws-lambda-python-packager

aws aws-lambda python

Last synced: 5 months ago
JSON representation

Alternative to using the SAM CLI for packaging of lambda functions

Awesome Lists containing this project

README

          

# AWS Lambda Python Packager

[![Checks][checks-shield]][checks-url]
[![Codecov][codecov-shield]][codecov-url]
[![PyPi][pypi-shield]][pypi-url]

An alternate way to package Python functions for AWS Lambda. Works cross-platform and cross-architecture if binary packages are available for all packages.

[codecov-shield]: https://img.shields.io/codecov/c/github/mumblepins/aws-lambda-python-packager?style=flat-square
[codecov-url]: https://app.codecov.io/gh/mumblepins/aws-lambda-python-packager
[checks-shield]: https://img.shields.io/github/actions/workflow/status/mumblepins/aws-lambda-python-packager/python-publish.yml?branch=main&style=flat-square
[checks-url]: https://github.com/mumblepins/aws-lambda-python-packager/actions/workflows/python-publish.yml
[pypi-shield]: https://img.shields.io/pypi/v/aws-lambda-python-packager?style=flat-square
[pypi-url]: https://pypi.org/project/aws-lambda-python-packager/