capstone-project-apps-monorepo

installation

Get The OIDC Issuer for each env.

aws eks describe-cluster \                       
       --name dev-capstone \
       --query cluster.identity.oidc.issuer \
      --output text
cd teams/frontend/ci
cdk deploy teams-frontend-applications
cd teams/backend/ci
cdk deploy teams-backend-applications