CI/CD AWS Lambda Template for Python
AWS Lambda CI/CD Template.
Clone this repository and add your lambda function packages in lambda-functions
directory. there’s sample function-1
for reference with sample unit tests.
Use same diretory structure for your lambda function handler and tests.
- Use this aws lambda template for python to develop manage and automatically build your code fro specific lambda fnctions package to deploy in your environment.
- Use `build.sh` script for testing deploying sample lambda functions.
- `/src` directory on root will be created after successful run with deployement packages for each lambdas.
Setup CI/CD ( jenkins, Travis, CircleCi etc ) repo and set build script to build.sh
from root directory to automate the build processes. you can change your deployment package directory from src
to your suitable dir.
Your Name – @Twitter – dheerusuthar@gmail.com
Distributed under the GNU license. See LICENSE
for more information.
https://github.com/dheerusuthar/aws-lambda-ci-python
git checkout -b feature/feature001
)git commit -am 'Add some feature001'
)git push origin feature/feature001
)