Create a lambda function using Cloudformation

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 ส.ค. 2024
  • ► ▬▬▬▬▬▬ About 🧾 ▬▬▬▬▬▬
    Learn how to create an AWS Lambda function using CloudFormation in this step-by-step tutorial. In this video, we will cover the process of setting up a Lambda function using CloudFormation templates, including creating the necessary resources. Whether you're new to AWS Lambda or an experienced user, this tutorial will provide you with the knowledge and skills needed to create a Lambda function using CloudFormation and how this can simplify the process of provisioning and managing your serverless infrastructure.
    ► ▬▬▬▬▬▬ T I M E S T A M P S ⏰ ▬▬▬▬▬▬
    00:00 Introduction
    00:36 Creating Lambda Function Using Inline Function
    10:06 Creating Lambda Function Using Function Zip file in S3
    ► ▬▬▬▬▬▬ Note 👨‍💻 ▬▬▬▬▬▬
    There is a slight correction in this video while creating lambda Function Using Function Zip file in S3 I have mentioned the Handler name as the name of the zip file whereas it has to be similar to that of your python file name.
    ► ▬▬▬▬▬▬ Useful Links 👩‍🏫 ▬▬▬▬▬▬
    My GitHub Link for Cloudformation templates: github.com/gauri17-pro/Cloudf...
    AWS Lambda Function: docs.aws.amazon.com/AWSCloudF...
    AWS IAM Role: docs.aws.amazon.com/AWSCloudF...
    ► ▬▬▬▬▬▬ Subscribe 🚀 ▬▬▬▬▬▬
    / @gstutorials8544
    ► ▬▬▬▬▬▬ Connect with me 👋 ▬▬▬▬▬▬
    / gauri-shirkande-9610801a9
    ► ▬▬▬▬▬▬ Disclaimer 💁‍♀️ ▬▬▬▬▬▬
    This video is solely made for educational purposes
    #aws #cloudformation #lambdafunction

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

  • @ishan_9081
    @ishan_9081 4 หลายเดือนก่อน +1

    It was simply explained and to the point. Great Work Gauri!

  • @sadiahaque7422
    @sadiahaque7422 3 หลายเดือนก่อน

    very useful video, thank you

  • @srikarv4358
    @srikarv4358 7 หลายเดือนก่อน

    Nice explanation and demo 👍

  • @hamzazahidulislam3490
    @hamzazahidulislam3490 3 หลายเดือนก่อน

    Thank you so much Mam.

    • @codewithgauri
      @codewithgauri  3 หลายเดือนก่อน +1

      Most welcome 😊

  • @arvindfakir
    @arvindfakir 24 วันที่ผ่านมา

    Your voice is so soft ..lovely.. I was wondering if if we go with second approach and there we uploaded updated lamda in S3 then when this updated lambda will be pickedup by runtime.. will it be instant or we need to call somthing to let runtime know that it should use new one ..

    • @codewithgauri
      @codewithgauri  24 วันที่ผ่านมา

      Actually, we have not updated the same lambda here. We destroyed the previous one and recreated the other one. We aren't updating it. In case you need to update the same one. You can make changes and upload the new template, it will consider the new one.

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

    can we source control Appsync using this? I mean can we deploy appsync develop environment to production?

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

      Actually I haven't worked on Appsync

  • @RohitSharma_1288
    @RohitSharma_1288 4 หลายเดือนก่อน

    Hey, can you share the template yaml?

    • @codewithgauri
      @codewithgauri  4 หลายเดือนก่อน

      I think I have shared it on my Github