Skip to content

Commit

Permalink
add stack verification commands
Browse files Browse the repository at this point in the history
  • Loading branch information
shivlaks committed Apr 22, 2020
1 parent 3f6429f commit 91892e8
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ import * as tasks from '../../lib';

/*
* Stack verification steps:
*
* Verifies that the stack is a valid CloudFormation template and deployed successfully.
*
* The generatedState Machine can be executed from the Step Functions console (or CLI)
* and run with an execution status of `Succeeded`.
*
* -- aws stepfunctions start-execution --state-machine-arn <deployed state machine arn> provides execution arn
* -- aws stepfunctions describe-execution --execution-arn <from previous command> returns a status of `Succeeded`
*/
const app = new cdk.App();
const stack = new cdk.Stack(app, 'aws-stepfunctions-tasks-run-lambda-integ');
Expand Down

0 comments on commit 91892e8

Please sign in to comment.