fastfargate
v0.0.23
Published
This package is for Projen Demo
Downloads
7
Readme
Part1 (CDK Construct Library)
Part2 (CDK App)
Part3 (CDK Pipelines App)
Part 1

Steps
1- Add Github Secrets
TWINE_USERNAME
TWINE_PASSWORD
NPM_TOKEN
NUGET_API_KEY
MAVEN_USERNAME
MAVEN_PASSWORD
MAVEN_STAGING_PROFILE_ID
MAVEN_GPG_PRIVATE_KEY
MAVEN_GPG_PRIVATE_KEY_PASSPHRASE2- Create Project locally or launch using Gitpod
mkdir projen-cdk-tutorial-part-1
cd projen-cdk-tutorial-part-1
code .
alias pj="npx projen"
pj new awscdk-construct3- Configure Project
Add your code to .projenrc, This is the only file that will be modified. During projen it will scaffold your whole project including what you are reading right now ! :)4- Execute projen
pj5- Commit & Push
git add .
git commit -m "Commit"
git pushLicense
The Apache-2.0 license
