Skip to content
This repository has been archived by the owner on May 23, 2022. It is now read-only.

aws-samples/apprunner-cdk-example-with-custom-resource

CDK Example of App Runner with CustomResource

## deploy
npx cdk deploy AppRunnerStack

## destory
npx cdk destory AppRunnerStack

Why use CustomResource?

This is used it to cover a gap in CFN where we don't have a resource to create AppRunner AutoScalingConfiguration (AutoScalingConfigurationArn).

Possible to set (VPC|CPU|Mem|AutoDeploy)?

Yes, please see stack/apprunner.ts

Security

See CONTRIBUTING for more information.

License

This library is licensed under the MIT-0 License. See the LICENSE file.