# 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 ```