Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```