START CODING A SERVERLESS APP USING DYNAMODB - Using Infrastructure as Code, AWS SDK and AWS SAM

แชร์
ฝัง
  • เผยแพร่เมื่อ 18 ธ.ค. 2024

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

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

    Uff... one of the best videos I had found about a really good example of the modeling process using a real app example like AirBnB

  • @WilOJoe7
    @WilOJoe7 27 วันที่ผ่านมา

    Enjoyed this video! Given that it was posted 5 years ago, do you have a more recent video on this topic?

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

    Really good stuff, exactly what I was looking for, thank you!

  • @bol8lod
    @bol8lod 4 ปีที่แล้ว +2

    great video, was waiting for it from last week.

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

      Thanks a lot. The last part of the series is coming next week 🤞

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

    pure gold! Thank you!

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

    Hello! Great content! Hey I have a doubt, is it OK to use this dynamo API directly from a react app with cognito? Or is better to access with amplify and API gateway using a lambda function?
    If the 2nd one is better how can I use the dynamo table that I already created with IaaC?
    Thank you so much. Hope you can help me out 👍

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

    thanks, great content :)

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

      Great that you like it 😊😊

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

      @@foobar_codes I've subscribed as well, thanks

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

    Big fan of IaC

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

    Hello
    How do I get the url to call the api?
    Thanks

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

      should come when you deploy

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

      @@foobar_codes For a deploy, do you forcibly need an api gateway?
      Thank you!!

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

      No. You cam deploy serverless applications without api gateway.

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

      @@foobar_codes I have not been able to do so with DynamoDB
      I started by trying to putItems via postman but have not been able to make it work
      Then I tried to use a api gateway but it seems like the roles that I am using are incorrect...