@travetto/web-aws-lambda 8.0.0-alpha.20 → 8.0.0-alpha.21
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 +6 -4
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -26,11 +26,11 @@ $ trv pack:lambda --help
|
|
|
26
26
|
|
|
27
27
|
Usage: pack:lambda [options] [args...:string]
|
|
28
28
|
|
|
29
|
-
|
|
29
|
+
Description:
|
|
30
|
+
Build an AWS Lambda-ready zip package using the pack pipeline.
|
|
30
31
|
|
|
31
|
-
Configures the Lambda entrypoint and emits a compressed deployment artifact
|
|
32
|
-
suitable for direct Lambda upload workflows.
|
|
33
|
-
Example Usage:
|
|
32
|
+
Configures the Lambda entrypoint and emits a compressed deployment artifact
|
|
33
|
+
suitable for direct Lambda upload workflows.
|
|
34
34
|
|
|
35
35
|
Options:
|
|
36
36
|
-b, --buildDir <string> Workspace for building (default: "/tmp/<temp-folder>")
|
|
@@ -50,4 +50,6 @@ Options:
|
|
|
50
50
|
-np, --npm-package <string> External NPM Packages (default: [])
|
|
51
51
|
-m, --module <module> Module to run for
|
|
52
52
|
--help display help for command
|
|
53
|
+
|
|
54
|
+
Examples:
|
|
53
55
|
```
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@travetto/web-aws-lambda",
|
|
3
|
-
"version": "8.0.0-alpha.
|
|
3
|
+
"version": "8.0.0-alpha.21",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Web APIs entry point support for AWS Lambdas.",
|
|
6
6
|
"keywords": [
|
|
@@ -26,13 +26,13 @@
|
|
|
26
26
|
"directory": "module/web-aws-lambda"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@travetto/web": "^8.0.0-alpha.
|
|
29
|
+
"@travetto/web": "^8.0.0-alpha.20",
|
|
30
30
|
"@types/aws-lambda": "^8.10.162"
|
|
31
31
|
},
|
|
32
32
|
"peerDependencies": {
|
|
33
|
-
"@travetto/cli": "^8.0.0-alpha.
|
|
34
|
-
"@travetto/pack": "^8.0.0-alpha.
|
|
35
|
-
"@travetto/test": "^8.0.0-alpha.
|
|
33
|
+
"@travetto/cli": "^8.0.0-alpha.25",
|
|
34
|
+
"@travetto/pack": "^8.0.0-alpha.21",
|
|
35
|
+
"@travetto/test": "^8.0.0-alpha.18"
|
|
36
36
|
},
|
|
37
37
|
"peerDependenciesMeta": {
|
|
38
38
|
"@travetto/test": {
|