https://github.com/danielcaz/lambda-utils
Miscellaneous utilities for AWS Lambda functions
https://github.com/danielcaz/lambda-utils
python python-package
Last synced: 5 days ago
JSON representation
Miscellaneous utilities for AWS Lambda functions
- Host: GitHub
- URL: https://github.com/danielcaz/lambda-utils
- Owner: DanielCaz
- License: mit
- Created: 2024-06-11T16:13:17.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-11T17:12:34.000Z (almost 2 years ago)
- Last Synced: 2025-03-05T08:40:23.303Z (about 1 year ago)
- Topics: python, python-package
- Language: Python
- Homepage: https://test.pypi.org/project/danielcaz-lambda-utils/
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lambda Utils
Miscellaneous utilities for AWS Lambda functions
## Installation
```bash
python -m pip install -i https://test.pypi.org/simple/ danielcaz-lambda-utils
```