This is python skeleton project for AWS Lambda, integrate with API Gateway using Proxy. This project support debug locally with mock request in debug.py
- Config
- Here all your config file belong
- Controller
- Control your api path to specific service
- Converter
- Module for convert one object to another object
- Decorator
- Here all your decorator file belong
- Exception
- Here specify exception for any request
- Service
- Here logic for each function placed
- Util
- Here util belong for this project
- Vo
- Here request/response model belong
- Python 3.xx
- Boto3
- PyMysql
- Set all configuration on app/config
Just type and enter python debug.py
on your terminal
If you need add dependency library, just execute this pip install <package_name> --target vendor/
Maintainer : Reza Andriyunanto
[email protected]