phenixcoder/lambda-container-service

Upgrade LCS and convert it to a npx based scafolding tool

Opened this issue · 0 comments

Description

Curerntly createing a service using this template is a long process. you need to clone it, delete .git folder. change values to new values and then update ci cd piplines.

Expected behaviour:

The developer should call a npx command like npx create-lcs and then it should ask for new values in a cli form. then :

  1. creates a folder for it
  2. setup git repo (if not already under git repo. could be added as another service under a mono repo)
  3. Update parameters and configuration
  4. Update github pipelines.