@pulumi/aws 5.0.0 → 5.1.0-alpha.1648145936

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  [![NPM version](https://badge.fury.io/js/%40pulumi%2Faws.svg)](https://www.npmjs.com/package/@pulumi/aws)
4
4
  [![Python version](https://badge.fury.io/py/pulumi-aws.svg)](https://pypi.org/project/pulumi-aws)
5
5
  [![NuGet version](https://badge.fury.io/nu/pulumi.aws.svg)](https://badge.fury.io/nu/pulumi.aws)
6
- [![PkgGoDev](https://pkg.go.dev/badge/github.com/pulumi/pulumi-aws/sdk/v4/go)](https://pkg.go.dev/github.com/pulumi/pulumi-aws/sdk/v4/go)
6
+ [![PkgGoDev](https://pkg.go.dev/badge/github.com/pulumi/pulumi-aws/sdk/v5/go)](https://pkg.go.dev/github.com/pulumi/pulumi-aws/sdk/v5/go)
7
7
  [![License](https://img.shields.io/npm/l/%40pulumi%2Fpulumi.svg)](https://github.com/pulumi/pulumi-aws/blob/master/LICENSE)
8
8
 
9
9
  # Amazon Web Services (AWS) provider
@@ -41,7 +41,7 @@ To use from Python, install using `pip`:
41
41
 
42
42
  To use from Go, use `go get` to grab the latest version of the library
43
43
 
44
- $ go get github.com/pulumi/pulumi-aws/sdk/v4
44
+ $ go get github.com/pulumi/pulumi-aws/sdk/v5
45
45
 
46
46
  ### .NET
47
47
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/aws",
3
- "version": "v5.0.0",
3
+ "version": "v5.1.0-alpha.1648145936+cf139119",
4
4
  "description": "A Pulumi package for creating and managing Amazon Web Services (AWS) cloud resources.",
5
5
  "keywords": [
6
6
  "pulumi",
@@ -11,7 +11,7 @@
11
11
  "license": "Apache-2.0",
12
12
  "scripts": {
13
13
  "build": "tsc",
14
- "install": "node scripts/install-pulumi-plugin.js resource aws v5.0.0"
14
+ "install": "node scripts/install-pulumi-plugin.js resource aws v5.1.0-alpha.1648145936+cf139119"
15
15
  },
16
16
  "dependencies": {
17
17
  "@pulumi/pulumi": "^3.0.0",
package/package.json.dev CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/aws",
3
- "version": "v5.0.0",
3
+ "version": "v5.1.0-alpha.1648145936+cf139119",
4
4
  "description": "A Pulumi package for creating and managing Amazon Web Services (AWS) cloud resources.",
5
5
  "keywords": [
6
6
  "pulumi",
@@ -11,7 +11,7 @@
11
11
  "license": "Apache-2.0",
12
12
  "scripts": {
13
13
  "build": "tsc",
14
- "install": "node scripts/install-pulumi-plugin.js resource aws v5.0.0"
14
+ "install": "node scripts/install-pulumi-plugin.js resource aws v5.1.0-alpha.1648145936+cf139119"
15
15
  },
16
16
  "dependencies": {
17
17
  "@pulumi/pulumi": "^3.0.0",