Skip to content

Commit

Permalink
Added WaitSeconds info
Browse files Browse the repository at this point in the history
It is helpful for long-running Account Specific issues.
  • Loading branch information
slavhate authored Jan 22, 2022
1 parent 96ab293 commit 582f2a7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion shd-notifier/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,16 @@ The CloudFormation template requires the following parameters:
- 0 (Disable Debugging)
- 1 (Enable debugging)

- **WaitSeconds** - Control State Machine wait period of state transition. Allowed values:
- 60 (1 minutes - Allows Standard State machine to run for 2.5 days)
- 300 (5 minutes - Allows Standard State machine to run for 12.5 days)
- 600 (10 minutes - Allows Standard State machine to run for 25 days)

#### Post-CloudFormation Installation Step
Due to the CloudFormation limit on inline Lambda functions, after the CloudFormation stack has completed successfully, the **deploy.sh** script will need to be run to update the code for the Lambda functions. <br />
Syntax: **deploy.sh** _\<CF_APPNAME\>_ _\<REGION\>_ <br/>
- *CF_APPNAME* = The *AppName* defined when deploying the CloudFormation template
- *REGION* = The region of the deployed CloudFormation template

### License
AWS Health Tools are licensed under the Apache 2.0 License.
AWS Health Tools are licensed under the Apache 2.0 License.

0 comments on commit 582f2a7

Please sign in to comment.