Terraform AWS Api gateway + Lambda Integration 🚀

Поділитися
Вставка
  • Опубліковано 20 сер 2024
  • In this video, we will explore how to integrate AWS API Gateway with Lambda using Terraform. We will walk through the step-by-step process of creating and configuring the API Gateway, setting up a Lambda function, and connecting the two using Terraform infrastructure as code. By the end of this tutorial, you will have a solid understanding of how to seamlessly integrate these AWS services for efficient and scalable API management 🚀
    Github Link 🚀
    github.com/git...
    Join this channel to get access to perks:
    / @awsclouddemos
    🚀 Website : muraliprashant...
    🚀 Connect me on LinkedIn: / gomurali
    🚀 Follow me on GitHub: github.com/git...
    🚀 Mail Me: info@muraliprashanth.me / hello@murali.me
    #aws

КОМЕНТАРІ • 8

  • @andiyan5268
    @andiyan5268 5 днів тому

    Thank you very much for the video, it is very help. I want to follow exactly the steps in the video, but how do I generate the code.zip you used?

  • @chrisder1814
    @chrisder1814 16 днів тому

    hello, can I use it with the g.sheet api connector module?

  • @pravinkamble1113
    @pravinkamble1113 3 місяці тому

    Please make a video on S3 to EC2 instance file transfer by using S3 event notification which will trigger lambda. That lambda function will copy file from S3 bucket

  • @Dineshkumar-sw8vr
    @Dineshkumar-sw8vr 2 місяці тому

    I am a beginner in Terraform, currently using Terraform 1.8.4. I am following your video tutorial. When I try to type tf-aws to get the Lambda code, as shown in your video, it is not auto-populating. Can you please help me understand what I am missing?

    • @awsclouddemos
      @awsclouddemos  2 місяці тому +1

      use the vscode extension "Terraform doc snippets"

  • @knalum88
    @knalum88 3 місяці тому

    So roughly 10 files and 150 lines of config in order to expose a hello world python API. Is there a more straightforward way of doing this?

    • @awsclouddemos
      @awsclouddemos  3 місяці тому

      I think it depends on what you are trying to do..
      1. if you are simply trying to create a api you can go ahead and do it straight away in console.
      2. if you want to write your infractructure as code then you have cdk, SAM, cloudformation templates and terraform etc..