Registry / cloud / pulumi-pulumi-aws-sdk-v4

pulumi-pulumi-aws-sdk-v4

JSON →
library4.38.1gogounverified

A Pulumi provider for managing AWS resources using the AWS SDK v4.

go get github.com/pulumi/pulumi-aws/sdk/v4
INSTALL
IMPORT
SIG · PULUMI-PULUMI-AWS-
P
pulumi-pulumi-aws-sdk-v4
cloudgov4.38.1
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.

aws
github.com/pulumi/pulumi-aws/sdk/v4

Creates an S3 bucket using Pulumi.

package main import ( "github.com/pulumi/pulumi-aws/sdk/v4/go/aws/s3" "github.com/pulumi/pulumi/sdk/v3/go/pulumi" ) func main() { pulumi.Run(func(ctx *pulumi.Context) error { bucket, err := s3.NewBucket(ctx, "my-bucket", nil) if err != nil { return err } ctx.Export("bucketName", bucket.ID()) return nil }) }
Debug
Known issues
breakingVersion 4.x uses Pulumi's new plugin system; ensure compatibility with your Pulumi CLI version.
fix
Upgrade Pulumi CLI to v3.x and use the correct SDK version.
affects: >=4.0.0
Upgrade
Version history
4.38.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
14
Amazon
1
Resources
pulumi-pulumi-aws-sdk-v4 — go get pulumi-pulumi-aws-sdk-v4 · libregistry