Skip to content

Commit b239af5

Browse files
jrusso1020claude
andcommitted
docs(aws-lambda): drop stale webm rejection from validateConfig docblock
PR #952 review nit (Miguel): the validateConfig.ts file-header comment still claimed the SDK rejects webm, but the runtime check no longer does (ALLOWED_FORMATS now includes 'webm'). Update the docblock to reflect that only force-hdr remains an SDK-side rejection. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 2269a04 commit b239af5

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

packages/aws-lambda/src/sdk/validateConfig.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@
1212
*
1313
* The check is deliberately narrow — it covers the *shape* errors any
1414
* caller could have surfaced with `tsc` if they passed a literal, plus
15-
* the documented `webm`/`force-hdr` rejections from §5.3 of the
16-
* distributed-rendering plan. Anything deeper (font availability, plan
15+
* the `force-hdr` rejection (HDR mp4 isn't supported in distributed
16+
* mode). webm was previously rejected here too; v0.7+ supports it via
17+
* closed-GOP concat-copy. Anything deeper (font availability, plan
1718
* size cap, GPU mode at runtime) needs the actual planner.
1819
*/
1920

0 commit comments

Comments
 (0)