Using Lambda layers to simplify your development process
Amazon Web Services FeedUsing Lambda layers to simplify your development process Serverless developers frequently import libraries and dependencies into their AWS Lambda functions. While you can zip these dependencies as part of the build and deployment process, in many cases it’s easier to use layers instead. In this post, I explain how layers work, and…