@remotion/lambda 3.3.83 → 3.3.84

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.
@@ -1 +1 @@
1
- export declare const getCurrentRegionInFunction: () => "eu-central-1" | "eu-west-1" | "eu-west-2" | "eu-west-3" | "eu-south-1" | "eu-north-1" | "us-east-1" | "us-east-2" | "us-west-1" | "us-west-2" | "af-south-1" | "ap-south-1" | "ap-east-1" | "ap-southeast-1" | "ap-southeast-2" | "ap-northeast-1" | "ap-northeast-2" | "ap-northeast-3" | "ca-central-1" | "me-south-1" | "sa-east-1";
1
+ export declare const getCurrentRegionInFunction: () => "eu-central-1" | "eu-west-1" | "eu-west-2" | "eu-west-3" | "eu-north-1" | "us-east-1" | "us-east-2" | "us-west-1" | "us-west-2" | "ap-south-1" | "ap-southeast-1" | "ap-southeast-2" | "ap-northeast-1" | "ap-northeast-2" | "ap-northeast-3" | "ca-central-1" | "sa-east-1" | "eu-south-1" | "af-south-1" | "ap-east-1" | "me-south-1";
@@ -80,6 +80,7 @@ const callFunctionWithRetry = async ({ payload, retries, functionName, }) => {
80
80
  functionName,
81
81
  });
82
82
  }
83
+ throw err;
83
84
  }
84
85
  };
85
86
  const innerLaunchHandler = async (params, options) => {
@@ -79,9 +79,6 @@ const startHandler = async (params, options) => {
79
79
  audioCodec: params.audioCodec,
80
80
  dumpBrowserLogs: params.dumpBrowserLogs,
81
81
  };
82
- if (process.env.NODE_ENV === 'test') {
83
- console.log('invoking lambda', payload);
84
- }
85
82
  await (0, aws_clients_1.getLambdaClient)((0, get_current_region_1.getCurrentRegionInFunction)()).send(new client_lambda_1.InvokeCommand({
86
83
  FunctionName: process.env.AWS_LAMBDA_FUNCTION_NAME,
87
84
  // @ts-expect-error
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remotion/lambda",
3
- "version": "3.3.83",
3
+ "version": "3.3.84",
4
4
  "description": "Distributed renderer for Remotion based on AWS Lambda",
5
5
  "main": "dist/index.js",
6
6
  "sideEffects": false,
@@ -23,18 +23,18 @@
23
23
  "@aws-sdk/credential-providers": "3.272.0",
24
24
  "@aws-sdk/lib-storage": "3.272.0",
25
25
  "@aws-sdk/s3-request-presigner": "3.272.0",
26
- "@remotion/bundler": "3.3.83",
27
- "@remotion/cli": "3.3.83",
28
- "@remotion/renderer": "3.3.83",
26
+ "@remotion/bundler": "3.3.84",
27
+ "@remotion/cli": "3.3.84",
28
+ "@remotion/renderer": "3.3.84",
29
29
  "aws-policies": "^1.0.1",
30
30
  "mime-types": "2.1.34",
31
- "remotion": "3.3.83"
31
+ "remotion": "3.3.84"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@jonny/eslint-config": "3.0.266",
35
- "@remotion/bundler": "3.3.83",
36
- "@remotion/compositor-linux-arm64-musl": "3.3.83",
37
- "@remotion/compositor-linux-x64-musl": "3.3.83",
35
+ "@remotion/bundler": "3.3.84",
36
+ "@remotion/compositor-linux-arm64-musl": "3.3.84",
37
+ "@remotion/compositor-linux-x64-musl": "3.3.84",
38
38
  "@types/mime-types": "2.1.1",
39
39
  "@types/minimist": "1.2.2",
40
40
  "@types/node": "^14.14.14",
@@ -48,7 +48,7 @@
48
48
  "zip-lib": "^0.7.2"
49
49
  },
50
50
  "peerDependencies": {
51
- "@remotion/bundler": "3.3.83"
51
+ "@remotion/bundler": "3.3.84"
52
52
  },
53
53
  "publishConfig": {
54
54
  "access": "public"
Binary file
Binary file