CloudWatch

Combine AWS Step Functions with CloudWatch Events using aws-cdk

AWS Step Functions allow one to execute & coordinate long-running processes. Step Functions fall into serverless AWS services, and the platform manages the function execution state completely. In the example below we will use the following AWS services: aws-cdk Step Function Lambda The example demonstrates how Step…

Read