-
Notifications
You must be signed in to change notification settings - Fork 222
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
Golang Developer Preview #416
Comments
Golang is indeed Generally Available. We will look into the leftover "Dev Preview" indications you have identified... |
MrArnoldPalmer
added a commit
to aws/aws-cdk
that referenced
this issue
Jul 13, 2022
Removes note in go app init template readmes saying go is in dev preview since it is not generally available. references: awsdocs/aws-cdk-guide#416
4 tasks
mergify bot
pushed a commit
to aws/aws-cdk
that referenced
this issue
Jul 13, 2022
Removes note in go app init template readmes saying go is in dev preview since it is not generally available. Also adds note about `cdk.json` which may be useful for new users and is present in other language templates. references: awsdocs/aws-cdk-guide#416 ---- ### All Submissions: * [X] Have you followed the guidelines in our [Contributing guide?](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) ### Adding new Unconventional Dependencies: * [ ] This PR adds new unconventional dependencies following the process described [here](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md/#adding-new-unconventional-dependencies) ### New Features * [ ] Have you added the new feature to an [integration test](https://github.com/aws/aws-cdk/blob/main/INTEGRATION_TESTS.md)? * [ ] Did you use `yarn integ` to deploy the infrastructure and generate the snapshot (i.e. `yarn integ` without `--dry-run`)? *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Removed the notes regarding dev preview from the cdk app init templates. Also we are looking into how (if possible) to include go artifacts in those published to github for each release. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
v2/work-with-cdk-go.md Makes a claim that Golang is fully supported. Though:
cdk init app --language go
says it is still in Dev Preview.Request is put a notice that golang is still in Developer Preview
The text was updated successfully, but these errors were encountered: