yoution / schedule-executor

Scheduler API and Executor that works within the AWS ecosystem

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Schedule Executor

This module sets up the state machine and lambda functions to process events. This module is responsibile for actually executing the api calls registered with the Schedule API. The registration of the events has to be done through the API. This executor only runs the events after they have been registered.

Development status

Total alertsLanguage grade: JavaScript

Deployment status

Dev: CircleCI Prod: CircleCI

Requirements

  • node v10

Deploy

npm install
npm run deploy

Destory instances

Run npm run destroy to clean up AWS resources.

About

Scheduler API and Executor that works within the AWS ecosystem


Languages

Language:TypeScript 100.0%