Created
          January 23, 2020 13:38 
        
      - 
      
- 
        Save bahrmichael/6d60484f18ae131bea9f5512a091fc9e to your computer and use it in GitHub Desktop. 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | stepFunctions: | |
| validate: true | |
| stateMachines: | |
| marketCheck: | |
| events: | |
| - schedule: | |
| rate: rate(10 minutes) | |
| definition: | |
| StartAt: ParseMarkets | |
| States: | |
| ParseMarkets: | |
| Type: Task | |
| Resource: | |
| Fn::GetAtt: [parseMarket, Arn] | |
| Next: CheckWatches | |
| CheckWatches: | |
| Type: Task | |
| Resource: | |
| Fn::GetAtt: [checkWatches, Arn] | |
| Next: CreateNotifications | |
| CreateNotifications: | |
| Type: Task | |
| Resource: | |
| Fn::GetAtt: [createNotification, Arn] | |
| End: true | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment