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?
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.
Oh man, dude is killing it. Really funny and insightful! Thank you!
"Production doesn't look anything like staging" - it's rare to hear talks like that and these things are relatable
Such amazing energy. Thank you for the talk.
2:47 and already thumbs up this dude
Amazing and funny presentation!
I like this guy
wonderful talk
Guy is awesome.
i love this guy
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?
Until now, this was not. But take a look at the Application Composer.
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!!
very good
What is the difference between CDK and SAM?
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.