AWS Step Functions helps build business-critical applications by integrating other AWS services. Step Functions provides built-in controls to examine the state of each step. It also helps ensure that your application runs in order and as expected.
AWS X-Ray helps analyze and debug distributed applications. You can use AWS X-Ray to monitor application traces, including the performance of calls to downstream components or services. X-Ray also helps identify issues and opportunities for optimization.
In this Cloud Lab, you’ll configure a state machine using AWS Step Functions and monitor the execution of your state machine using AWS X-Ray. The state machine will simulate a simple transaction processing service that uses a Lambda function to process the transactions. The transactions are validated using data stored in a DynamoDB table, and the transaction history is maintained in another DynamoDB table.
By the end of this Cloud Lab, you’ll be able to configure state machines using AWS Step Functions, set up Lambda functions, and configure DynamoDB tables. The provisioned infrastructure diagram by the end of this Cloud Lab is shown below: