Emulating a Serverless Environment Locally
Get familiar with emulating an AWS environment locally.
We'll cover the following...
The easiest way to run an AWS Lambda function locally is to use Lambda Test Tool. However, this tool only allows us to execute the Lambda function code in isolation. It doesn’t provide us with anything remotely similar to the real AWS environment. A ...