
AWS Step Functions: An Introduction to Serverless Workflows
An introduction to AWS Step Functions, covering how they work and how to use them to build efficient, scalable serverless workflows.
4 articles and tutorials

An introduction to AWS Step Functions, covering how they work and how to use them to build efficient, scalable serverless workflows.

CDK and SAM can be used together to create serverless applications. You will use CDK to define and create your AWS resources, and then you will use SAM to test your serverless resources.

I will show you how you can deploy a SAM project with AWS CodePipeline using the pipeline integration included in the AWS SAM CLI.

SAM (Serverless Application Model) is an open-source framework that you can use to build serverless applications on AWS and I will show you how it works.