https://serverless-stack.com/chapters/setup-the-serverless-framework.html
If I want to use Python instead of Node, do I replace
$ npm install aws-sdk --save-dev
with the following?
pip install boto3
Or do I still need to install aws-sdk for Node?