This is the Go module repository for the Generative AI CDK Constructs
!!!! All issues, contributions, and communication are intented to be through the Generative AI CDK Constructs source repository !!!!
The Generative AI CDK Constructs library uses projen to generate packages for multiple languages through JSII. This repository is a dedicated target for the Go module distribution.
- Create or use an existing CDK application in Python
cdk init app --language go
- Get the module:
go get github.com/cdklabs/generative-ai-cdk-constructs-go/generative-ai-cdk-constructs
- Import the library:
import "github.com/cdklabs/generative-ai-cdk-constructs-go/generative-ai-cdk-constructs"
See CONTRIBUTING for more information.
This project is licensed under the Apache-2.0 License.