fastfargate
TypeScript icon, indicating that this package has built-in type declarations

0.0.23 • Public • Published

Part1 (CDK Construct Library)

License Gitpod ready-to-code build release docker npm version PyPI version NuGet version

Part2 (CDK App)

License Gitpod ready-to-code build

Part3 (CDK Pipelines App)

License Gitpod ready-to-code build

Part 1

projen-cdk-tutorial-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_PASSPHRASE

2- 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-construct

3- 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

pj

5- Commit & Push

git add .
git commit -m "Commit"
git push

projen-cdk-tutorial-part-1-build

projen-cdk-tutorial-part-1-release

License

The Apache-2.0 license

References

/fastfargate/

    Package Sidebar

    Install

    npm i fastfargate

    Weekly Downloads

    0

    Version

    0.0.23

    License

    Apache-2.0

    Unpacked Size

    121 kB

    Total Files

    12

    Last publish

    Collaborators

    • ayman.zahran