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
- Host: GitHub
- URL: https://github.com/mumblepins/aws-lambda-python-packager
- Owner: mumblepins
- License: lgpl-3.0
- Created: 2022-04-19T17:11:11.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-06-13T17:25:47.000Z (about 3 years ago)
- Last Synced: 2025-09-03T15:54:08.859Z (10 months ago)
- Topics: aws, aws-lambda, python
- Language: Python
- Homepage: https://mumblepins.github.io/aws-lambda-python-packager/
- Size: 6.04 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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/