@pulumi/awsx 3.2.0-alpha.1767121435 → 3.2.0-alpha.1767126475
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 +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
[](https://www.npmjs.com/package/@pulumi/awsx)
|
|
4
4
|
[](https://pypi.org/project/pulumi-awsx)
|
|
5
5
|
[](https://badge.fury.io/nu/pulumi.awsx)
|
|
6
|
-
[](https://pkg.go.dev/github.com/pulumi/pulumi-awsx/sdk/go)
|
|
6
|
+
[](https://pkg.go.dev/github.com/pulumi/pulumi-awsx/sdk/v3/go)
|
|
7
7
|
[](https://github.com/pulumi/pulumi-awsx/blob/master/LICENSE)
|
|
8
8
|
|
|
9
9
|
## Pulumi AWS Infrastructure Components
|
|
@@ -62,7 +62,7 @@ pip install pulumi-awsx
|
|
|
62
62
|
To use from Go, use `go get` to grab the latest version of the library
|
|
63
63
|
|
|
64
64
|
```bash
|
|
65
|
-
go get github.com/pulumi/pulumi-awsx/sdk
|
|
65
|
+
go get github.com/pulumi/pulumi-awsx/sdk/v3
|
|
66
66
|
```
|
|
67
67
|
|
|
68
68
|
### .NET
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/awsx",
|
|
3
|
-
"version": "3.2.0-alpha.
|
|
3
|
+
"version": "3.2.0-alpha.1767126475",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"pulumi",
|
|
6
6
|
"aws",
|
|
@@ -32,6 +32,6 @@
|
|
|
32
32
|
"pulumi": {
|
|
33
33
|
"resource": true,
|
|
34
34
|
"name": "awsx",
|
|
35
|
-
"version": "3.2.0-alpha.
|
|
35
|
+
"version": "3.2.0-alpha.1767126475"
|
|
36
36
|
}
|
|
37
37
|
}
|