@pulumi/aws 4.25.0 → 4.26.0-alpha.1635815916
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 +1 -1
- package/package.json +2 -2
- package/package.json.dev +1 -1
package/README.md
CHANGED
|
@@ -58,7 +58,7 @@ added to make development easier and to help avoid common mistakes, and to get s
|
|
|
58
58
|
|
|
59
59
|
### Serverless Functions
|
|
60
60
|
|
|
61
|
-
The `aws.
|
|
61
|
+
The `aws.lambda.CallbackFunction` class allows you to create an AWS lambda function directly out of a JavaScript/TypeScript
|
|
62
62
|
function object of the right signature. This allows a Pulumi program to simply define a lambda using a simple lambda in
|
|
63
63
|
the language of choice, while having Pulumi itself do the appropriate transformation into the final AWS Lambda resource.
|
|
64
64
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/aws",
|
|
3
|
-
"version": "v4.
|
|
3
|
+
"version": "v4.26.0-alpha.1635815916+69a7e8fc",
|
|
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 v4.
|
|
14
|
+
"install": "node scripts/install-pulumi-plugin.js resource aws v4.26.0-alpha.1635815916+69a7e8fc"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@pulumi/pulumi": "^3.0.0",
|