Registry / cloud / aws-jsii-runtime-go

aws-jsii-runtime-go

JSON →
library1.131.0gogounverified

Provides utilities for working with jsii libraries in Go, including type conversion and runtime lifecycle management.

go get github.com/aws/jsii-runtime-go
INSTALL
IMPORT
SIG · AWS-JSII-RUNTIME-G
A
aws-jsii-runtime-go
cloudgov1.131.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

jsii
github.com/aws/jsii-runtime-go

Creates a new JSII runtime client and ensures it is closed after use.

package main import ( "fmt" "github.com/aws/jsii-runtime-go" ) func main() { // Example: create a jsii runtime client client := jsii.NewClient() defer client.Close() fmt.Println("JSII runtime client created") }
Debug
Known issues
breakingThe jsii-runtime-go package requires a compatible jsii kernel version; mismatches can cause runtime errors.
fix
Ensure the jsii-kernel version matches the runtime version. Use the same version for both.
affects: >=1.0.0
Upgrade
Version history
1.131.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
24 hits · last 30 days
node
22
OpenAI (training)
1
Resources
aws-jsii-runtime-go — go get aws-jsii-runtime-go · libregistry