Summary
Docker can be used with AWS SAM to provide a local environment similar to AWS Lambda as a container to build, test, and debug serverless applications.
1
The command sam local start-api creates a local HTTP server that hosts all of the functions in the directory.
2
According to