remotion_lambda 4.0.252 → 4.0.254
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d4abb762059729fc5a00085cbbcf5ab057d4dae3d4e42ee060fabecc4577dc0c
|
4
|
+
data.tar.gz: 19be0a6fc4de2d71bd236ac0a07c0f19ea348f7830556233ac9ab815d91f82bb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6bca89800f0b1c73b63508f7426387195945f88a6b0fd97000b7249531dc071b774a10806dce7e30514e41d4843711990338d7937ec7077ae7ec68cefb5ec407
|
7
|
+
data.tar.gz: 1ed271f6d8a642dd686495e6c1d6a1f1ceb4ee601201fbee168e3c5668ede38edb194584dcc1dd78d16f8fbc3224b79cc33502af775662cb33244969d4a4be99
|
@@ -18,6 +18,7 @@ def get_render_media_on_lambda_payload(
|
|
18
18
|
force_height: nil,
|
19
19
|
force_path_style: false,
|
20
20
|
force_width: nil,
|
21
|
+
api_key: nil,
|
21
22
|
frame_range: nil,
|
22
23
|
frames_per_lambda: nil,
|
23
24
|
image_format: "jpeg",
|
@@ -63,6 +64,7 @@ payload = {
|
|
63
64
|
forceHeight: force_height,
|
64
65
|
forcePathStyle: force_path_style,
|
65
66
|
forceWidth: force_width,
|
67
|
+
apiKey: api_key,
|
66
68
|
frameRange: frame_range,
|
67
69
|
framesPerLambda: frames_per_lambda,
|
68
70
|
imageFormat: image_format,
|
@@ -9,6 +9,7 @@ def get_render_still_on_lambda_payload(
|
|
9
9
|
force_height: nil,
|
10
10
|
force_path_style: false,
|
11
11
|
force_width: nil,
|
12
|
+
api_key: nil,
|
12
13
|
image_format: "jpeg",
|
13
14
|
input_props: {},
|
14
15
|
jpeg_quality: 80,
|
@@ -35,6 +36,7 @@ payload = {
|
|
35
36
|
forceHeight: force_height,
|
36
37
|
forcePathStyle: force_path_style,
|
37
38
|
forceWidth: force_width,
|
39
|
+
apiKey: api_key,
|
38
40
|
imageFormat: image_format,
|
39
41
|
inputProps: {
|
40
42
|
type: "payload",
|
@@ -1 +1 @@
|
|
1
|
-
VERSION = "4.0.
|
1
|
+
VERSION = "4.0.254"
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: remotion_lambda
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.0.
|
4
|
+
version: 4.0.254
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jonny Burger
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-01-
|
11
|
+
date: 2025-01-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-lambda
|