AWS Lambda Layers - Sharing Code Between Lambda Functions

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 ก.ย. 2024
  • ⭐️ 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

ความคิดเห็น • 16

  • @raphaelamericano4115
    @raphaelamericano4115 10 หลายเดือนก่อน +1

    thank you man! i finaly run layers with your tuts

  • @treepiesinc1418
    @treepiesinc1418 2 ปีที่แล้ว +1

    I love all your videos

  • @rajeevnair8955
    @rajeevnair8955 ปีที่แล้ว

    Very useful video! TYSM!

  • @StephenRayner
    @StephenRayner 3 ปีที่แล้ว

    Thank you for including the debugging part.

  • @StephenRayner
    @StephenRayner 3 ปีที่แล้ว +1

    In this setup how do you handle deploying your full stack of you have many serverless yaml files?

  • @lahirusenevirathna3541
    @lahirusenevirathna3541 3 ปีที่แล้ว +2

    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.

  • @marceloaraujo4257
    @marceloaraujo4257 ปีที่แล้ว

    its great but... im confused how can i run the unit tests to it because the jest and mocha doesnt recognize my code that im import on my lambda function that comes from the layer

  • @fooked1
    @fooked1 ปีที่แล้ว

    Is that 5 layer limit still a thing? Coming from standard node development, this seems very restrictive. How do you work around it?

  • @codywise8114
    @codywise8114 4 ปีที่แล้ว

    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?

    • @Mr2Am3
      @Mr2Am3 2 ปีที่แล้ว

      Watch till the end. He corrected the problem at @14:47

  • @doseoftheday959
    @doseoftheday959 2 ปีที่แล้ว

    tbh, thats the most lengthy process I have ever seen,

  • @miliu99
    @miliu99 ปีที่แล้ว

    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.