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

Latest commit

 

History

History
25 lines (15 loc) · 610 Bytes

File metadata and controls

25 lines (15 loc) · 610 Bytes

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.