https://github.com/nikovirtala/cdk-hello-apprunner
A minimal example of AWS App Runner service deployment using AWS Cloud Development Kit (CDK)
https://github.com/nikovirtala/cdk-hello-apprunner
aws-app-runner aws-apprunner aws-cdk cdk cdk-examples projen
Last synced: 6 months ago
JSON representation
A minimal example of AWS App Runner service deployment using AWS Cloud Development Kit (CDK)
- Host: GitHub
- URL: https://github.com/nikovirtala/cdk-hello-apprunner
- Owner: nikovirtala
- License: mit
- Created: 2021-05-28T20:43:23.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-15T00:21:56.000Z (6 months ago)
- Last Synced: 2025-04-15T01:27:28.445Z (6 months ago)
- Topics: aws-app-runner, aws-apprunner, aws-cdk, cdk, cdk-examples, projen
- Language: TypeScript
- Homepage:
- Size: 2.72 MB
- Stars: 8
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hello AWS App Runner!
This is a minimal example of [AWS App Runner](https://aws.amazon.com/apprunner/) service deployment using [AWS Cloud Development Kit (CDK)](https://aws.amazon.com/cdk/).
The service we deploy is the [`hello-app-runner`](https://github.com/aws-containers/hello-app-runner) presented in the [blog](https://aws.amazon.com/blogs/containers/introducing-aws-app-runner/) on service launch day, and we fetch the image from [Amazon ECR Public Gallery](https://gallery.ecr.aws/aws-containers/hello-app-runner).