Create an API and host on AWS 🤩 | AWS Lambda & AWS API Gateway | AWS Tutorial 🔥

Поделиться
HTML-код
  • Опубликовано: 23 янв 2025

Комментарии • 25

  • @anwar-ulamin5197
    @anwar-ulamin5197 10 месяцев назад +4

    I like the way you explain and connect different aws services

  • @xedose7183
    @xedose7183 23 дня назад

    Subscribed !! Liked the way you explained with example

  • @AbhishekChavan-l5e
    @AbhishekChavan-l5e 5 месяцев назад +1

    Great... concept explained really well

    • @Studytonight
      @Studytonight  4 месяца назад

      @@AbhishekChavan-l5e glad you liked it ✌🏼

  • @invactive320
    @invactive320 Год назад +2

    Great and helpful

    • @Studytonight
      @Studytonight  Год назад

      Thanks for the comment. Any suggestions on what to cover next in this series?

  • @P.Shivakrishna
    @P.Shivakrishna Год назад +3

    You Got Subscriber man (Awesome Explanation Can you explain with aws services without lambda function please make one vide with one service example SNS,Dynamo DB,RDS etc )

    • @Studytonight
      @Studytonight  Год назад

      Thanks for subscribing. Will definitely make more videos on this 🙌🏼

  • @HuijunYu-c6p
    @HuijunYu-c6p Год назад +1

    very well explained!

  • @mickyman753
    @mickyman753 4 дня назад

    If you need to use a database like dynamodb , is it still recommend using lambda, since we need to write boto3 code for it , and it might take 2-3 seconds to get data out of Dynamo db and then return to user, that's a bad latency for our user

  • @joelayodeji2533
    @joelayodeji2533 10 месяцев назад +1

    great guy!

  • @Rahul-cn8im
    @Rahul-cn8im 5 месяцев назад

    Thanks;
    Please create a step by step guide for website creation with use of Aws light.

  • @hello_its_me.
    @hello_its_me. 8 месяцев назад

    hi Abhishek, what other aws Solutions architect related videos do you have? I am interested in concepts like ec2, dynamo, aws services etc. thank you..

  • @mohammadsafwanhashmi5779
    @mohammadsafwanhashmi5779 4 месяца назад +1

    Thanks

  • @athariandre
    @athariandre Год назад +1

    GOAT.

    • @Studytonight
      @Studytonight  11 месяцев назад

      Thanks :)

    • @athariandre
      @athariandre 11 месяцев назад

      @@Studytonight this video won me a hackathon 🙏🙏🙏

  • @lvlycreator92
    @lvlycreator92 4 месяца назад

    How can I consume this api from my html ? Will it work without an auth token

    • @Studytonight
      @Studytonight  4 месяца назад

      @@lvlycreator92 using JavaScript fetch, you can consume it

    • @mickyman753
      @mickyman753 4 дня назад

      You can set the method for authentication on api gateway itself, you can even set it no authentication or simple api key Authorization, just add that api key in header which api gateway will give once you set the setting ON

  • @code-index
    @code-index 6 месяцев назад

    You don't need to stringify, as we can return dict objects from function