Serverless
Setup & Installation
npm install serverless -gmkdir notes-app-api
cd notes-app-api
sls create --template aws-python3Compile non-pure Python modules (e.g. C?)
npm init
npm install --save serverless-python-requirementsplugins:
- serverless-python-requirements
custom:
pythonRequirements:
dockerizePip: non-linuxImplementation
Create virtual env local, activate and deactivate
Install python dependency for this function:
Store a reference to my dependencies:
Implement the function
Protect Endpoint with API Key
Examples
Deployment
Deploy a project

Test the deployed function

Deploy single function
Sources:
Last updated
