Skip to content
This repository has been archived by the owner on Jun 5, 2024. It is now read-only.

Latest commit

 

History

History
32 lines (29 loc) · 1.3 KB

File metadata and controls

32 lines (29 loc) · 1.3 KB

Lambda Layers

This session talks through using Lambda layers externally and internally to the application. It also covers local development with Layers.

Deploy layers repo first

cd layers-repo
sam deploy -g

Test local app

  1. update template with YOUR layerVersion ARNs
  2. build and invoke
cd demo-app
sam build && sam local invoke