Develop and Debug Aws Lambda Function in Local by Vscode
AWS CLI tool - AWS SAM CLI
AWS SAM CLI is a AWS CLI tool that allows you to develop, test and analysis your application in the local environment.
In MAC environment, install SAM tool by brew:
brew tap aws/tap
brew install aws-sam-cli
sam --version