@adobe/helix-deploy 13.3.1 → 13.3.3

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/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## [13.3.3](https://github.com/adobe/helix-deploy/compare/v13.3.2...v13.3.3) (2026-03-05)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * README update for aws-ephemeral-storage option ([#894](https://github.com/adobe/helix-deploy/issues/894)) ([8b11fa9](https://github.com/adobe/helix-deploy/commit/8b11fa94c16aeae9b9be1ce62fd0b2bbba91063d))
7
+
8
+ ## [13.3.2](https://github.com/adobe/helix-deploy/compare/v13.3.1...v13.3.2) (2026-03-03)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **deps:** update external fixes to v3.991.0 ([#896](https://github.com/adobe/helix-deploy/issues/896)) ([346ede6](https://github.com/adobe/helix-deploy/commit/346ede66a248e537c4742cfc983643609516a4db))
14
+
1
15
  ## [13.3.1](https://github.com/adobe/helix-deploy/compare/v13.3.0...v13.3.1) (2026-03-02)
2
16
 
3
17
 
package/README.md CHANGED
@@ -145,6 +145,7 @@ AWS Deployment Options
145
145
  --aws-extra-permissions A list of additional invoke permissions to add to the lambda function in the form <SourceARN>@<Principal>. Optionally, you can use <SourceARN>@<Principal>:<Alias> if you want to scope the permission to a specific alias. [array]
146
146
  --aws-tags A list of additional tags to attach to the lambda function in the form key=value. To remove a tag, use key= (i.e. without a value). [array]
147
147
  --aws-handler Set custom lambda Handler. For example, set if an AWS layer provides another function entry point. [string]
148
+ --aws-ephemeral-storage Size of the Lambda /tmp ephemeral storage in MB (512-10240). [number] [default: 512]
148
149
 
149
150
  Google Deployment Options
150
151
  --google-project-id the Google Cloud project to deploy to. Optional when the key file is a JSON file [string] [default: ""]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe/helix-deploy",
3
- "version": "13.3.1",
3
+ "version": "13.3.3",
4
4
  "description": "Library and Commandline Tools to build and deploy OpenWhisk Actions",
5
5
  "license": "Apache-2.0",
6
6
  "homepage": "https://github.com/adobe/helix-deploy#readme",
@@ -39,12 +39,12 @@
39
39
  "dependencies": {
40
40
  "@adobe/fetch": "4.2.3",
41
41
  "@adobe/helix-shared-process-queue": "3.1.5",
42
- "@aws-sdk/client-apigatewayv2": "3.990.0",
43
- "@aws-sdk/client-lambda": "3.990.0",
44
- "@aws-sdk/client-s3": "3.990.0",
45
- "@aws-sdk/client-secrets-manager": "3.990.0",
46
- "@aws-sdk/client-ssm": "3.990.0",
47
- "@aws-sdk/client-sts": "3.990.0",
42
+ "@aws-sdk/client-apigatewayv2": "3.991.0",
43
+ "@aws-sdk/client-lambda": "3.991.0",
44
+ "@aws-sdk/client-s3": "3.991.0",
45
+ "@aws-sdk/client-secrets-manager": "3.991.0",
46
+ "@aws-sdk/client-ssm": "3.991.0",
47
+ "@aws-sdk/client-sts": "3.991.0",
48
48
  "@google-cloud/functions": "4.2.1",
49
49
  "@google-cloud/secret-manager": "6.1.1",
50
50
  "@google-cloud/storage": "7.19.0",