remotion_lambda 4.0.252 → 4.0.253
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: c16cd7f1d4c47369f24de567f76247c2a667bba343a79afd882bc305c31a9e0f
|
4
|
+
data.tar.gz: d19cf8bec3b39625bb323ea652fc8dbb86bab92181b45266ea45862c20d779f8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 92423e60d935d9a87f898cc1565ffe8d3979dfac09535d0d3b3be06d9f2b9186900422d2274b7ea9eac30a8f0a0f9ff55f9c366ef0d7f04683328ba5f0ebe05e
|
7
|
+
data.tar.gz: ce3e9c0cf2bdd92b075c0fd4d79c17880cdd0ca9f68c6187c4ed29cc52c96321e0f88f5d7e83a339550b2124ba6b484ce2e92545a3ed1c5b7aac5d05a4b73d78
|
@@ -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.253"
|
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.253
|
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
|