Skip to content

luangazin/aws-serverless-python-apigateway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aws-serverless-python-apigateway

Requiments

Prepare the environment

To prepare the environment, you need to install the dependencies and run the following commands:

$ npm i
$ pipenv install

Deployment

Serverless is used to create the AWS Lambda function, AWS Apigateway and DynamoDB table.

$ sls deploy 

If problems occours during deploy

If you get this error: ModuleNotFoundError: No module named 'distutils.cmd', try to fix installing:

sudo apt-get install python3.8-distutils

About

AWS Lambda, Serverless, Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages