Download and install PyCharm (Community or Professional):
Run the following command and enter your access keys:
aws configure
You will be asked for:
us-east-1)json)Install SAM CLI (for building and deploying Lambda functions):
sam --version
Create a new SAM application:
sam init
Select:
Build your Lambda app:
sam build
Deploy with guided setup:
sam deploy --guided
Go to AWS Lambda Console to see your deployed function.