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

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

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

  • @suneel8480
    @suneel8480 9 วันที่ผ่านมา

    thanks man

  • @regulardev
    @regulardev 6 หลายเดือนก่อน +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 3 หลายเดือนก่อน

      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?

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

    That's some quality content! Thanks Man :)

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

    He is just the best!

  • @BensonFung-dd3jw
    @BensonFung-dd3jw ปีที่แล้ว +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 3 หลายเดือนก่อน

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

    • @rosettekatusiime6710
      @rosettekatusiime6710 16 วันที่ผ่านมา

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

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

    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 ปีที่แล้ว +6

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