How to Share Dependencies Across Serverless Functions with AWS Amplify and Lambda Layers

Share this video with your friends

Send Tweet

In this video you'll learn how to share NPM modules across multiple Serverless functions using AWS Amplify and Lambda layers. You'll create a layer that contains the uuid library, then create a Serverless API that consumes the library from another function.