When working with AWS Lambda functions you have to be careful of how many dependencies you utilize.
Each dependency adds additional package size which adds extra download time when your AWS Lambda function is invoked.
Now you can easily reduce Lambda package size with Serverless Framework
This pattern shows:
Gary Jennings is a React/Serverless developer located in Calgary, Alberta with a passion for building frontend applications.