Skip to content

Latest commit

 

History

History

simulator

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Simulator

This is the home of the simulator app for the App 2025 AnyCompany SaaS application. This simulates the effect of a human operator completing a task which and sending a SendTaskSuccess notification back to a waiting AWS Step Functions workflow.

Deployment instructions

  1. First, deploy the customer microservice and copy the values of the AccountQueueArn and StateMachineArn CloudFormation outputs
  2. Then, build this app by running sam build
  3. Next, from this directory, run sam deploy --guided
    • At the Stack Name prompt, enter app2025-simulator
    • At the AWS Region prompt, ensure you select the same region where you deployed the infrastructure stack and the customer microservice.
    • When prompted for a value for the AccountQueueArn parameter, use the value of the AccountQueueArn CloudFormation output from step one.
    • When prompted for a value for the StateMachineArn parameter, use the value of the StateMachineArn CloudFormation output from step one.

Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. SPDX-License-Identifier: MIT-0