jc1518 / S2S

S2S (Source to Service) deployment tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

S2S (Source to Service)

Overview

The idea is to simplify the code deployment on various AWS services - Give your source code and config file to S2S, it will give you back the running service.

User can specify the deployment pattern for their code/application in the config file. For example, here are some typical deployment patterns:

  • Lambda
  • Lambda + API gateway
  • ECS/EKS fargate
  • ECS/EKS fargate + ALB
  • ASG
  • ASG + ALB

Design

high-levl-design

About

S2S (Source to Service) deployment tool


Languages

Language:TypeScript 70.5%Language:JavaScript 29.5%