@wraps.dev/cli 2.22.6 → 2.22.8
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/dist/api-lambda.zip
CHANGED
|
Binary file
|
package/dist/cli.js
CHANGED
|
@@ -33747,7 +33747,7 @@ async function deploySelfhostStack(config2) {
|
|
|
33747
33747
|
handler: "lambda.handler",
|
|
33748
33748
|
role: role.arn,
|
|
33749
33749
|
code: new pulumi25.asset.FileArchive(config2.lambdaZipPath),
|
|
33750
|
-
timeout:
|
|
33750
|
+
timeout: 300,
|
|
33751
33751
|
memorySize: 512,
|
|
33752
33752
|
environment: {
|
|
33753
33753
|
variables: {
|