Skip to content

mehulthakral/aws-task-scheduler-orchestrator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS Task Scheduler and Orchestrator

Demo Video Link

Web App Link

Requirements:

  1. NodeJs
  2. NPM
  3. PostgreSQL
  4. Python
  5. Pip
  6. Serverless

Steps to run locally:

  1. Python packages - pip install requirements.txt
  2. Setup PostgreSQL and update credentials in main.py
  3. To run Backend - cd backend && python main.py
  4. To run Frontend - cd frontend && npm install && npm start
  5. Can got http://localhost:3000 to start using the app

Screenshots:

  1. Login Page:
  2. Adding Single Task:
  3. Retrieving Tasks:
  4. Adding Orchestration:
  5. Retrieving Orchestrations:
  6. Swagger API Documentation:
  7. About Us:

About

Developed Task Scheduler and Orchestrator Library for scheduling AWS Lambda functions based on predefined delay or particular timestamp.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published