This is a stable example. It should successfully build out of the box
This example is used for the blog post on: https://towardsthecloud.com/aws-cdk-openid-connect-github
1. Clone this repository
git clone [email protected]:dannysteenman/aws-cdk-examples.gitcd aws-cdk-examples/openid-connect-githubnpm installTo see the Cloudformation template generated by the CDK, run cdk synth, then check the output file in the "cdk.out" directory.
cdk synthDeploy the stack:
cdk deployGo to CloudFormaton in the console to see the stacks you've deployed in your default region.
Delete the stack:
cdk destroy