Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qiushiyan/go-cdk-app
Sample Go app on AWS using CDK
https://github.com/qiushiyan/go-cdk-app
Last synced: about 1 month ago
JSON representation
Sample Go app on AWS using CDK
- Host: GitHub
- URL: https://github.com/qiushiyan/go-cdk-app
- Owner: qiushiyan
- Created: 2024-05-01T21:13:06.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-03T03:53:38.000Z (8 months ago)
- Last Synced: 2024-05-03T17:10:55.162Z (8 months ago)
- Language: Go
- Size: 25.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Create the app
```
mkdir go-aws
cd go-aws
cdk init app --language go
```Prepare the environment
```
cdk bootstrap
```Edit `go-aws.go` to refine the stack.
Then
```
cdk diff
cdk deploy
```