
Mastering Serverless Workflows: AWS Step Functions Unleashed
Explore how AWS Step Functions revolutionize cloud architecture, offering insights into creating efficient, scalable serverless workflows.
4 articles and tutorials

Explore how AWS Step Functions revolutionize cloud architecture, offering insights into creating 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.