Skip to content

This is python project for lambda with mysql connector

Notifications You must be signed in to change notification settings

rezandry/lambda-mysql-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Project for AWS Lambda

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

Project Structure

  • 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

Requirement

  • Python 3.xx

Library dependency

  • Boto3
  • PyMysql

Configuration

  • Set all configuration on app/config

How to debug?

Just type and enter python debug.py on your terminal

Add library

If you need add dependency library, just execute this pip install <package_name> --target vendor/

Maintainer : Reza Andriyunanto

[email protected]

About

This is python project for lambda with mysql connector

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages