mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-08-31 02:41:44 +00:00
* feat(aws-lambda): support plan protocol v2 * fix(aws-lambda): align SAM v2 terminal errors
16 lines
345 B
JSON
16 lines
345 B
JSON
{
|
|
"Action": "plan",
|
|
"PlanProtocol": "v2",
|
|
"ProjectS3Uri": "s3://example-bucket/projects/sample.tar.gz",
|
|
"PlanOutputS3Prefix": "s3://example-bucket/renders/sample/",
|
|
"Config": {
|
|
"fps": 30,
|
|
"width": 1920,
|
|
"height": 1080,
|
|
"format": "mp4",
|
|
"chunkSize": 240,
|
|
"maxParallelChunks": 8,
|
|
"runtimeCap": "lambda"
|
|
}
|
|
}
|