1. 5
    How to Share Dependencies Across Serverless Functions with AWS Amplify and Lambda Layers
    2m 57s

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

Instructornader dabit

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.