Skip to content

A cool AWS API Gateway petstore example with a cdk staging pipeline

License

Notifications You must be signed in to change notification settings

mmuller88/aws-api-gw-petstore-example

Repository files navigation

synth: Synth

update pipeline: Synth

dev Tests: Dev Integration Tests

prod Tests: Dev Integration Tests

aws-api-gw-petstore-example

OpenApi 3 Petstore from https://petstore3.swagger.io/ saved in openapi.json

Projen

Projen is a very cool framework to automatically synth project files. If you want make changes to git files like .gitignore or the package.json use .projen.js and run

npx projen

AWS CDK

For deploy to AWS run:

yarn install
yarn cdkDeploy --all --profile X

For destroy run:

yarn cdkDestroy --all --profile X

About

A cool AWS API Gateway petstore example with a cdk staging pipeline

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published