AWS re:Invent 2019: [REPEAT 1] CI/CD for serverless applications (SVS336-R1)

Поділитися
Вставка
  • Опубліковано 1 гру 2024

КОМЕНТАРІ • 16

  • @kopias
    @kopias 5 років тому +5

    Oh man, dude is killing it. Really funny and insightful! Thank you!

  • @niloy369
    @niloy369 3 роки тому

    "Production doesn't look anything like staging" - it's rare to hear talks like that and these things are relatable

  • @ThubaMamba
    @ThubaMamba 3 роки тому +3

    Such amazing energy. Thank you for the talk.

  • @BilalAhmed-nt9gi
    @BilalAhmed-nt9gi 4 роки тому +2

    2:47 and already thumbs up this dude

  • @RafaganAbreu
    @RafaganAbreu 3 роки тому +1

    Amazing and funny presentation!

  • @MOHANRAJ-tc2rh
    @MOHANRAJ-tc2rh 2 роки тому

    I like this guy

  • @letme4u
    @letme4u 3 роки тому +1

    wonderful talk

  • @shenth27
    @shenth27 4 роки тому +2

    Guy is awesome.

  • @joggyjames
    @joggyjames 4 роки тому +1

    i love this guy

  • @jean-marcvanie6291
    @jean-marcvanie6291 2 роки тому +1

    Thank you so much. I have a problem. Given a serverless application built with the AWS console, is it possible to retrieve the Terraform or SAM IAC and then build my infrastructure as code in an other AWS account?

    • @EricJohnson-lr2tl
      @EricJohnson-lr2tl Рік тому

      Until now, this was not. But take a look at the Application Composer.

  • @Cs-gf3xe
    @Cs-gf3xe 4 роки тому +2

    29:09 I'm curious about how to "Mocked/stubbed integration tests" with deployed lambda. Anybody knows good library or framework to do it? Thanks!!

  • @yangzhihong521
    @yangzhihong521 4 роки тому

    very good

  • @onedayoneday1
    @onedayoneday1 3 роки тому

    What is the difference between CDK and SAM?

    • @EricJohnson-lr2tl
      @EricJohnson-lr2tl 3 роки тому

      They are both Infrastructure as Code frameworks. SAM uses YAML as a language while CDK uses languages like Python, Java, Typescript, etc. Both output to CloudFormation in the end.