https://github.com/zxkane/gameday-cdk
Build the gameday infra via AWS CDK
https://github.com/zxkane/gameday-cdk
aws aws-cdk infrastructure-as-code typescript
Last synced: 2 months ago
JSON representation
Build the gameday infra via AWS CDK
- Host: GitHub
- URL: https://github.com/zxkane/gameday-cdk
- Owner: zxkane
- License: apache-2.0
- Created: 2019-08-15T15:27:24.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-09-11T09:35:40.000Z (almost 6 years ago)
- Last Synced: 2025-03-28T00:47:16.239Z (over 1 year ago)
- Topics: aws, aws-cdk, infrastructure-as-code, typescript
- Language: TypeScript
- Size: 231 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gameday-cdk
Set up the gameday applications(which is a web application running in AWS ECS) via AWS CDK.
## How to deploy
```shell
cdk deploy GamedayECSCdkStack
```
or deploy stack via specific profile,
```shell
cdk deploy GamedayECSCdkStack --profile aws-cli-profile
```