AWS Lambda Layers - Sharing Code Between Lambda Functions
ฝัง
- เผยแพร่เมื่อ 5 ก.พ. 2025
- ⭐️ Check My Udemy Courses ⭐️
🚀 AWS - The Complete Guide to Build Serverless REST APIs: bit.ly/3zr0EyV
🚀 Learn to Deploy Containers on AWS in 2022: bit.ly/3Mu1w8Z
★ #AWS #Lambda #Layers #CodeReuse #CodeSharing #Reuse #Code #Enlear
In this video we are going to learn, what are Lambda Layers, using them in Lambda and sharing code across functions for reuse?
★ Resources
1. Blog - enlearacademy....
2. Serverless Framework Docs
serverless.com...
Welcome to my channel on AWS Cloud Computing. I create videos on serverless architectures, containerization technologies, cloud-native databases, machine learning services, web and mobile development, and AWS certifications.
💖 Become a Patron: Show Support 💖
/ cloudtutorials
★ Recommended playlists ★
AWS Cloud Workshop ✅
• AWS Workshop
Artificial Intelligence and Machine Learning ✅
• AWS AI & ML
Building a complete app with AWS Amplify ✅
• AWS Amplify
Building an E-Commerce Application with AWS ✅
• Web & Mobile Apps with...
AWS AppSync Series ✅
• AWS AppSync
Building intelligent chatbot series ✅
• AWS Lex Chatbots
Containers on AWS ✅
• Containers on AWS
Serverless Application Development ✅
• Serverless Applications
thank you man! i finaly run layers with your tuts
I love all your videos
Glad you like them!
Very useful video! TYSM!
In this setup how do you handle deploying your full stack of you have many serverless yaml files?
Thank you for including the debugging part.
You are Welcome
Is that 5 layer limit still a thing? Coming from standard node development, this seems very restrictive. How do you work around it?
Very useful video, However, when I tried to upload a lambda layer using a zip file, It says "The maximum size is 50.0 MB." Is this a hard limit? Is there any workaround for this?. I want to add TensorFlow as a lambda layer.
Hi there, I am really hoping you can help solve an issue I am blocked by here.
I have closely followed this exact video step by step. But when I go to deploy I am getting a webpack compile error. I am trying to use this in a typescript project, and I even added the tsconfig and everything you do in your Layers with Typescript video. Here is the TS error that is blocking me:
import { logging } from 'logging';
-> Cannot find module 'logging' or its corresponding type declarations. ts(2307)
I am copying exactly your index code and the tsconfig from the ts video. Anything I seem to be missing?
Watch till the end. He corrected the problem at @14:47
tbh, thats the most lengthy process I have ever seen,
I generally like your video but not this one because I don't think it's a good idea to use serverless for this tutorial. Lambda layer is much easier to learn if you just use AWS console, like BiteSize did.