How to Build a Node.js Lambda Layer with AWS CDK
May 1, 2024 · 12 min read · Lambda layers are a way to share code or data between Lambda functions. When working with Node.js, using Layers can lead to some pitfalls and in most cases you're probably better off bundling the code directly with the function anyway. However, there...
Join discussion
