AWS re:Invent 2022 - Building real-world serverless applications with AWS SAM (SVS303)

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 ก.พ. 2025

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

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

    That's some quality content! Thanks Man :)

  • @Hello-g5b3p
    @Hello-g5b3p ปีที่แล้ว +2

    He is just the best!

  • @regulardev
    @regulardev 9 หลายเดือนก่อน +1

    Thanks Eric for this excellent talk. A query: @39.24 "Let AWS SAM name your resources" - if we let sam name dynamodb table resource, how to access them from lambdas? env variables?

    • @gbisaga
      @gbisaga 6 หลายเดือนก่อน

      I don't completely agree with this, especially as regards DynamoDB. You can pass the table name in to the lambda thru an environment variable. However, do you really want the table (and all the data in it) to go away if the stack is destroyed?

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

    thanks man

  • @BensonFung-dd3jw
    @BensonFung-dd3jw 2 ปีที่แล้ว +3

    So we don't need to use terraform code to describe my resources, but just use cloudformation code, right?

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

      now it would be aws cdk (even less typing) and there is cdktf (CDK for Terraform)

    • @gbisaga
      @gbisaga 6 หลายเดือนก่อน

      You do NOT want to write CloudFormation yourself. It's a terrible experience, even worse than writing terraform. Use CDK.

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

      Yes, you can use CloudFormation, but it's a bit complex to write

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

    Great

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

    Aws, no need to show the speaker. Just show the slides in full screen so it's easier to see. Thanks!

    • @Lexaire
      @Lexaire ปีที่แล้ว +7

      I find it a lot easier to learn when it's not just slides. I prefer to see the speaker.