-
Notifications
You must be signed in to change notification settings - Fork 246
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Go cdk init template #2678
Labels
Milestone
Comments
MrArnoldPalmer
added
effort/medium
Medium work item – a couple days of effort
language/go
Regarding GoLang bindings
p2
labels
Mar 11, 2021
eladb
pushed a commit
to aws/aws-cdk
that referenced
this issue
Mar 29, 2021
Introduce an initial `cdk init` project template for Go. The template includes a single stack with an SNS topic, `cdk.json` and a simple unit test. Resolves aws/jsii#2678
mergify bot
pushed a commit
to aws/aws-cdk
that referenced
this issue
Mar 29, 2021
Introduce an initial `cdk init` project template for Go. The template includes a single stack with an SNS topic, `cdk.json` and a simple unit test. Output example: https://github.com/eladb/hello-go-cdk/tree/go-init-template Resolves aws/jsii#2678 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
|
hollanddd
pushed a commit
to hollanddd/aws-cdk
that referenced
this issue
Mar 31, 2021
Introduce an initial `cdk init` project template for Go. The template includes a single stack with an SNS topic, `cdk.json` and a simple unit test. Output example: https://github.com/eladb/hello-go-cdk/tree/go-init-template Resolves aws/jsii#2678 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
hollanddd
pushed a commit
to hollanddd/aws-cdk
that referenced
this issue
Aug 26, 2021
Introduce an initial `cdk init` project template for Go. The template includes a single stack with an SNS topic, `cdk.json` and a simple unit test. Output example: https://github.com/eladb/hello-go-cdk/tree/go-init-template Resolves aws/jsii#2678 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add an init template for a basic aws-cdk go app in the cli.
The text was updated successfully, but these errors were encountered: