Serverless framework - Getting Started with Python
I tried Serverless framework with Python+AWS Lambda.
Prerequirement Node.js and npm:
$ node -v v10.19.0 $ npm -v 7.5.2 Install I created my serverless account with Google SSO:
sudo npm install -g serverless Hello world Create a project:
$ serverless Serverless: No project detected. Do you want to create a new one? Yes Serverless: What do you want to make? AWS Python Serverless: What do you want to call this project?