@remotion/lambda 3.0.0-lambda.25 → 3.0.0-lambda.250
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.
- package/.prettierrc.js +15 -0
- package/dist/admin/bundle-lambda.js +2 -1
- package/dist/admin/bundle-lambda.js.map +1 -1
- package/dist/admin/make-layer-public.d.ts +1 -1
- package/dist/admin/make-layer-public.d.ts.map +1 -1
- package/dist/admin/make-layer-public.js +4 -16
- package/dist/admin/make-layer-public.js.map +1 -1
- package/dist/api/bucket-exists.d.ts +1 -1
- package/dist/api/bucket-exists.d.ts.map +1 -1
- package/dist/api/create-bucket.d.ts +1 -1
- package/dist/api/create-bucket.d.ts.map +1 -1
- package/dist/api/create-function.d.ts +5 -3
- package/dist/api/create-function.d.ts.map +1 -1
- package/dist/api/create-function.js +31 -4
- package/dist/api/create-function.js.map +1 -1
- package/dist/api/delete-function.d.ts +7 -6
- package/dist/api/delete-function.d.ts.map +1 -1
- package/dist/api/delete-function.js +2 -2
- package/dist/api/delete-function.js.map +1 -1
- package/dist/api/delete-site.d.ts +19 -9
- package/dist/api/delete-site.d.ts.map +1 -1
- package/dist/api/delete-site.js +10 -1
- package/dist/api/delete-site.js.map +1 -1
- package/dist/api/deploy-function.d.ts +14 -9
- package/dist/api/deploy-function.d.ts.map +1 -1
- package/dist/api/deploy-function.js +15 -4
- package/dist/api/deploy-function.js.map +1 -1
- package/dist/api/deploy-site.d.ts +4 -4
- package/dist/api/deploy-site.d.ts.map +1 -1
- package/dist/api/deploy-site.js +5 -3
- package/dist/api/deploy-site.js.map +1 -1
- package/dist/api/download-media.d.ts +19 -0
- package/dist/api/download-media.d.ts.map +1 -0
- package/dist/api/download-media.js +55 -0
- package/dist/api/download-media.js.map +1 -0
- package/dist/api/download-video.d.ts +10 -4
- package/dist/api/download-video.d.ts.map +1 -1
- package/dist/api/download-video.js +21 -28
- package/dist/api/download-video.js.map +1 -1
- package/dist/api/enable-s3-website.d.ts +1 -1
- package/dist/api/enable-s3-website.d.ts.map +1 -1
- package/dist/api/enable-s3-website.js +0 -1
- package/dist/api/enable-s3-website.js.map +1 -1
- package/dist/api/estimate-price.d.ts +14 -0
- package/dist/api/estimate-price.d.ts.map +1 -0
- package/dist/api/estimate-price.js +34 -0
- package/dist/api/estimate-price.js.map +1 -0
- package/dist/api/get-buckets.d.ts.map +1 -1
- package/dist/api/get-buckets.js +1 -7
- package/dist/api/get-buckets.js.map +1 -1
- package/dist/api/get-function-info.d.ts +3 -4
- package/dist/api/get-function-info.d.ts.map +1 -1
- package/dist/api/get-function-info.js +1 -1
- package/dist/api/get-function-info.js.map +1 -1
- package/dist/api/get-functions.d.ts +7 -6
- package/dist/api/get-functions.d.ts.map +1 -1
- package/dist/api/get-functions.js +2 -2
- package/dist/api/get-functions.js.map +1 -1
- package/dist/api/get-or-create-bucket.d.ts +5 -6
- package/dist/api/get-or-create-bucket.d.ts.map +1 -1
- package/dist/api/get-or-create-bucket.js +2 -2
- package/dist/api/get-or-create-bucket.js.map +1 -1
- package/dist/api/get-regions.d.ts +8 -0
- package/dist/api/get-regions.d.ts.map +1 -0
- package/dist/api/get-regions.js +14 -0
- package/dist/api/get-regions.js.map +1 -0
- package/dist/api/get-render-progress.d.ts +12 -10
- package/dist/api/get-render-progress.d.ts.map +1 -1
- package/dist/api/get-render-progress.js +4 -4
- package/dist/api/get-render-progress.js.map +1 -1
- package/dist/api/get-sites.d.ts +13 -4
- package/dist/api/get-sites.d.ts.map +1 -1
- package/dist/api/get-sites.js +15 -4
- package/dist/api/get-sites.js.map +1 -1
- package/dist/api/iam-validation/role-permissions.d.ts +2 -2
- package/dist/api/iam-validation/role-permissions.d.ts.map +1 -1
- package/dist/api/iam-validation/role-permissions.js +9 -4
- package/dist/api/iam-validation/role-permissions.js.map +1 -1
- package/dist/api/iam-validation/simulate-rule.d.ts +1 -0
- package/dist/api/iam-validation/simulate-rule.d.ts.map +1 -1
- package/dist/api/iam-validation/simulate-rule.js +42 -29
- package/dist/api/iam-validation/simulate-rule.js.map +1 -1
- package/dist/api/iam-validation/simulate.d.ts +14 -5
- package/dist/api/iam-validation/simulate.d.ts.map +1 -1
- package/dist/api/iam-validation/simulate.js +11 -4
- package/dist/api/iam-validation/simulate.js.map +1 -1
- package/dist/api/iam-validation/suggested-policy.d.ts +3 -2
- package/dist/api/iam-validation/suggested-policy.d.ts.map +1 -1
- package/dist/api/iam-validation/suggested-policy.js +7 -6
- package/dist/api/iam-validation/suggested-policy.js.map +1 -1
- package/dist/api/iam-validation/user-permissions.d.ts +7 -0
- package/dist/api/iam-validation/user-permissions.d.ts.map +1 -0
- package/dist/api/iam-validation/{required-permissions.js → user-permissions.js} +28 -16
- package/dist/api/iam-validation/user-permissions.js.map +1 -0
- package/dist/api/mock-functions.d.ts +1 -1
- package/dist/api/mock-functions.d.ts.map +1 -1
- package/dist/api/render-media-on-lambda.d.ts +52 -0
- package/dist/api/render-media-on-lambda.d.ts.map +1 -0
- package/dist/api/render-media-on-lambda.js +64 -0
- package/dist/api/render-media-on-lambda.js.map +1 -0
- package/dist/api/render-still-on-lambda.d.ts +26 -21
- package/dist/api/render-still-on-lambda.d.ts.map +1 -1
- package/dist/api/render-still-on-lambda.js +11 -6
- package/dist/api/render-still-on-lambda.js.map +1 -1
- package/dist/api/render-video-on-lambda.d.ts +32 -3
- package/dist/api/render-video-on-lambda.d.ts.map +1 -1
- package/dist/api/render-video-on-lambda.js +16 -6
- package/dist/api/render-video-on-lambda.js.map +1 -1
- package/dist/api/upload-dir.d.ts +1 -1
- package/dist/api/upload-dir.d.ts.map +1 -1
- package/dist/cli/args.d.ts +6 -1
- package/dist/cli/args.d.ts.map +1 -1
- package/dist/cli/args.js +4 -1
- package/dist/cli/args.js.map +1 -1
- package/dist/cli/commands/functions/deploy.d.ts.map +1 -1
- package/dist/cli/commands/functions/deploy.js +16 -5
- package/dist/cli/commands/functions/deploy.js.map +1 -1
- package/dist/cli/commands/functions/index.d.ts.map +1 -1
- package/dist/cli/commands/functions/index.js +9 -1
- package/dist/cli/commands/functions/index.js.map +1 -1
- package/dist/cli/commands/functions/ls.d.ts.map +1 -1
- package/dist/cli/commands/functions/ls.js +8 -8
- package/dist/cli/commands/functions/ls.js.map +1 -1
- package/dist/cli/commands/functions/rm.d.ts.map +1 -1
- package/dist/cli/commands/functions/rm.js +9 -4
- package/dist/cli/commands/functions/rm.js.map +1 -1
- package/dist/cli/commands/functions/rmall.d.ts +3 -0
- package/dist/cli/commands/functions/rmall.d.ts.map +1 -0
- package/dist/cli/commands/functions/rmall.js +41 -0
- package/dist/cli/commands/functions/rmall.js.map +1 -0
- package/dist/cli/commands/policies/policies.d.ts.map +1 -1
- package/dist/cli/commands/policies/policies.js +2 -1
- package/dist/cli/commands/policies/policies.js.map +1 -1
- package/dist/cli/commands/regions.d.ts +3 -0
- package/dist/cli/commands/regions.d.ts.map +1 -0
- package/dist/cli/commands/regions.js +11 -0
- package/dist/cli/commands/regions.js.map +1 -0
- package/dist/cli/commands/render/progress.d.ts +11 -15
- package/dist/cli/commands/render/progress.d.ts.map +1 -1
- package/dist/cli/commands/render/progress.js +40 -22
- package/dist/cli/commands/render/progress.js.map +1 -1
- package/dist/cli/commands/render/render.d.ts.map +1 -1
- package/dist/cli/commands/render/render.js +83 -29
- package/dist/cli/commands/render/render.js.map +1 -1
- package/dist/cli/commands/sites/create.d.ts.map +1 -1
- package/dist/cli/commands/sites/create.js +14 -8
- package/dist/cli/commands/sites/create.js.map +1 -1
- package/dist/cli/commands/sites/index.d.ts.map +1 -1
- package/dist/cli/commands/sites/index.js +6 -1
- package/dist/cli/commands/sites/index.js.map +1 -1
- package/dist/cli/commands/sites/ls.d.ts.map +1 -1
- package/dist/cli/commands/sites/ls.js +13 -9
- package/dist/cli/commands/sites/ls.js.map +1 -1
- package/dist/cli/commands/sites/rm.d.ts +1 -1
- package/dist/cli/commands/sites/rm.d.ts.map +1 -1
- package/dist/cli/commands/sites/rm.js +43 -19
- package/dist/cli/commands/sites/rm.js.map +1 -1
- package/dist/cli/commands/sites/rmall.d.ts +3 -0
- package/dist/cli/commands/sites/rmall.d.ts.map +1 -0
- package/dist/cli/commands/sites/rmall.js +49 -0
- package/dist/cli/commands/sites/rmall.js.map +1 -0
- package/dist/cli/commands/still.d.ts.map +1 -1
- package/dist/cli/commands/still.js +42 -12
- package/dist/cli/commands/still.js.map +1 -1
- package/dist/cli/get-aws-region.d.ts.map +1 -1
- package/dist/cli/get-aws-region.js +2 -2
- package/dist/cli/get-aws-region.js.map +1 -1
- package/dist/cli/help.d.ts.map +1 -1
- package/dist/cli/help.js +12 -4
- package/dist/cli/help.js.map +1 -1
- package/dist/cli/helpers/confirm.d.ts.map +1 -1
- package/dist/cli/helpers/confirm.js +2 -1
- package/dist/cli/helpers/confirm.js.map +1 -1
- package/dist/cli/helpers/find-function-name.d.ts.map +1 -1
- package/dist/cli/helpers/find-function-name.js +6 -4
- package/dist/cli/helpers/find-function-name.js.map +1 -1
- package/dist/cli/helpers/get-cloudwatch-stream-url.d.ts +9 -0
- package/dist/cli/helpers/get-cloudwatch-stream-url.d.ts.map +1 -0
- package/dist/cli/helpers/get-cloudwatch-stream-url.js +8 -0
- package/dist/cli/helpers/get-cloudwatch-stream-url.js.map +1 -0
- package/dist/cli/helpers/quit.d.ts +2 -0
- package/dist/cli/helpers/quit.d.ts.map +1 -0
- package/dist/cli/helpers/quit.js +8 -0
- package/dist/cli/helpers/quit.js.map +1 -0
- package/dist/cli/index.d.ts.map +1 -1
- package/dist/cli/index.js +32 -15
- package/dist/cli/index.js.map +1 -1
- package/dist/cli/is-cli.d.ts +3 -0
- package/dist/cli/is-cli.d.ts.map +1 -0
- package/dist/cli/is-cli.js +11 -0
- package/dist/cli/is-cli.js.map +1 -0
- package/dist/client.d.ts +4 -3
- package/dist/client.d.ts.map +1 -1
- package/dist/client.js +8 -5
- package/dist/client.js.map +1 -1
- package/dist/functions/chunk-optimization/can-use-optimization.d.ts +2 -2
- package/dist/functions/chunk-optimization/can-use-optimization.d.ts.map +1 -1
- package/dist/functions/chunk-optimization/can-use-optimization.js +6 -3
- package/dist/functions/chunk-optimization/can-use-optimization.js.map +1 -1
- package/dist/functions/chunk-optimization/plan-frame-ranges.d.ts +2 -2
- package/dist/functions/chunk-optimization/plan-frame-ranges.d.ts.map +1 -1
- package/dist/functions/chunk-optimization/plan-frame-ranges.js +10 -5
- package/dist/functions/chunk-optimization/plan-frame-ranges.js.map +1 -1
- package/dist/functions/chunk-optimization/types.d.ts +2 -2
- package/dist/functions/chunk-optimization/types.d.ts.map +1 -1
- package/dist/functions/helpers/calculate-chunk-times.d.ts.map +1 -1
- package/dist/functions/helpers/calculate-chunk-times.js +8 -7
- package/dist/functions/helpers/calculate-chunk-times.js.map +1 -1
- package/dist/functions/helpers/calculate-price-from-bucket.d.ts +1 -2
- package/dist/functions/helpers/calculate-price-from-bucket.d.ts.map +1 -1
- package/dist/functions/helpers/calculate-price-from-bucket.js +8 -8
- package/dist/functions/helpers/calculate-price-from-bucket.js.map +1 -1
- package/dist/functions/helpers/concat-videos.d.ts.map +1 -1
- package/dist/functions/helpers/concat-videos.js +7 -5
- package/dist/functions/helpers/concat-videos.js.map +1 -1
- package/dist/functions/helpers/create-post-render-data.d.ts +1 -1
- package/dist/functions/helpers/create-post-render-data.d.ts.map +1 -1
- package/dist/functions/helpers/create-post-render-data.js +14 -5
- package/dist/functions/helpers/create-post-render-data.js.map +1 -1
- package/dist/functions/helpers/delete-chunks.d.ts +1 -1
- package/dist/functions/helpers/delete-chunks.d.ts.map +1 -1
- package/dist/functions/helpers/delete-chunks.js.map +1 -1
- package/dist/functions/helpers/expected-out-name.d.ts.map +1 -1
- package/dist/functions/helpers/expected-out-name.js +2 -1
- package/dist/functions/helpers/expected-out-name.js.map +1 -1
- package/dist/functions/helpers/get-browser-instance.d.ts +2 -4
- package/dist/functions/helpers/get-browser-instance.d.ts.map +1 -1
- package/dist/functions/helpers/get-browser-instance.js +13 -18
- package/dist/functions/helpers/get-browser-instance.js.map +1 -1
- package/dist/functions/helpers/get-cleanup-progress.d.ts.map +1 -1
- package/dist/functions/helpers/get-cleanup-progress.js +2 -2
- package/dist/functions/helpers/get-cleanup-progress.js.map +1 -1
- package/dist/functions/helpers/get-current-region.d.ts +1 -1
- package/dist/functions/helpers/get-current-region.d.ts.map +1 -1
- package/dist/functions/helpers/get-current-region.js +2 -2
- package/dist/functions/helpers/get-current-region.js.map +1 -1
- package/dist/functions/helpers/get-encoding-metadata.d.ts.map +1 -1
- package/dist/functions/helpers/get-encoding-metadata.js +7 -7
- package/dist/functions/helpers/get-encoding-metadata.js.map +1 -1
- package/dist/functions/helpers/get-files-to-delete.d.ts.map +1 -1
- package/dist/functions/helpers/get-files-to-delete.js +4 -10
- package/dist/functions/helpers/get-files-to-delete.js.map +1 -1
- package/dist/functions/helpers/get-lambdas-invoked-stats.d.ts.map +1 -1
- package/dist/functions/helpers/get-lambdas-invoked-stats.js +7 -3
- package/dist/functions/helpers/get-lambdas-invoked-stats.js.map +1 -1
- package/dist/functions/helpers/get-post-render-data.d.ts +1 -1
- package/dist/functions/helpers/get-post-render-data.d.ts.map +1 -1
- package/dist/functions/helpers/get-progress.d.ts +3 -2
- package/dist/functions/helpers/get-progress.d.ts.map +1 -1
- package/dist/functions/helpers/get-progress.js +34 -7
- package/dist/functions/helpers/get-progress.js.map +1 -1
- package/dist/functions/helpers/get-retry-stats.d.ts +11 -0
- package/dist/functions/helpers/get-retry-stats.d.ts.map +1 -0
- package/dist/functions/helpers/get-retry-stats.js +21 -0
- package/dist/functions/helpers/get-retry-stats.js.map +1 -0
- package/dist/functions/helpers/get-time-to-finish.js +1 -1
- package/dist/functions/helpers/get-time-to-finish.js.map +1 -1
- package/dist/functions/helpers/inspect-errors.d.ts.map +1 -1
- package/dist/functions/helpers/inspect-errors.js +6 -0
- package/dist/functions/helpers/inspect-errors.js.map +1 -1
- package/dist/functions/helpers/is-enosp-err.d.ts +1 -0
- package/dist/functions/helpers/is-enosp-err.d.ts.map +1 -1
- package/dist/functions/helpers/is-enosp-err.js +5 -1
- package/dist/functions/helpers/is-enosp-err.js.map +1 -1
- package/dist/functions/helpers/min-max.d.ts +3 -0
- package/dist/functions/helpers/min-max.d.ts.map +1 -0
- package/dist/functions/helpers/min-max.js +34 -0
- package/dist/functions/helpers/min-max.js.map +1 -0
- package/dist/functions/helpers/print-cloudwatch-helper.d.ts +3 -0
- package/dist/functions/helpers/print-cloudwatch-helper.d.ts.map +1 -0
- package/dist/functions/helpers/print-cloudwatch-helper.js +12 -0
- package/dist/functions/helpers/print-cloudwatch-helper.js.map +1 -0
- package/dist/functions/helpers/read-with-progress.d.ts +15 -0
- package/dist/functions/helpers/read-with-progress.d.ts.map +1 -0
- package/dist/functions/helpers/read-with-progress.js +27 -0
- package/dist/functions/helpers/read-with-progress.js.map +1 -0
- package/dist/functions/helpers/validate-composition.d.ts +6 -7
- package/dist/functions/helpers/validate-composition.d.ts.map +1 -1
- package/dist/functions/helpers/validate-composition.js +2 -10
- package/dist/functions/helpers/validate-composition.js.map +1 -1
- package/dist/functions/helpers/write-lambda-error.d.ts +3 -0
- package/dist/functions/helpers/write-lambda-error.d.ts.map +1 -1
- package/dist/functions/helpers/write-lambda-error.js +5 -2
- package/dist/functions/helpers/write-lambda-error.js.map +1 -1
- package/dist/functions/helpers/write-post-render-data.d.ts +1 -1
- package/dist/functions/helpers/write-post-render-data.d.ts.map +1 -1
- package/dist/functions/index.d.ts +1 -0
- package/dist/functions/index.d.ts.map +1 -1
- package/dist/functions/index.js +30 -3
- package/dist/functions/index.js.map +1 -1
- package/dist/functions/launch.d.ts.map +1 -1
- package/dist/functions/launch.js +34 -35
- package/dist/functions/launch.js.map +1 -1
- package/dist/functions/progress.d.ts +1 -0
- package/dist/functions/progress.d.ts.map +1 -1
- package/dist/functions/progress.js +1 -0
- package/dist/functions/progress.js.map +1 -1
- package/dist/functions/renderer.d.ts.map +1 -1
- package/dist/functions/renderer.js +44 -82
- package/dist/functions/renderer.js.map +1 -1
- package/dist/functions/start.d.ts.map +1 -1
- package/dist/functions/start.js +4 -0
- package/dist/functions/start.js.map +1 -1
- package/dist/functions/still.d.ts +2 -1
- package/dist/functions/still.d.ts.map +1 -1
- package/dist/functions/still.js +35 -46
- package/dist/functions/still.js.map +1 -1
- package/dist/index.d.ts +18 -16
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +11 -7
- package/dist/index.js.map +1 -1
- package/dist/pricing/aws-regions.d.ts +1 -1
- package/dist/pricing/aws-regions.d.ts.map +1 -1
- package/dist/pricing/aws-regions.js +3 -14
- package/dist/pricing/aws-regions.js.map +1 -1
- package/dist/pricing/calculate-price.d.ts +1 -1
- package/dist/pricing/calculate-price.js +1 -1
- package/dist/pricing/estimate-price.d.ts +15 -0
- package/dist/pricing/estimate-price.d.ts.map +1 -0
- package/dist/pricing/estimate-price.js +34 -0
- package/dist/pricing/estimate-price.js.map +1 -0
- package/dist/pricing/price-per-1-s.d.ts +8 -0
- package/dist/pricing/price-per-1-s.d.ts.map +1 -1
- package/dist/pricing/price-per-1-s.js +72 -190
- package/dist/pricing/price-per-1-s.js.map +1 -1
- package/dist/shared/aws-clients.d.ts +3 -0
- package/dist/shared/aws-clients.d.ts.map +1 -1
- package/dist/shared/aws-clients.js +64 -18
- package/dist/shared/aws-clients.js.map +1 -1
- package/dist/shared/check-credentials.d.ts.map +1 -1
- package/dist/shared/check-credentials.js +21 -6
- package/dist/shared/check-credentials.js.map +1 -1
- package/dist/shared/constants.d.ts +30 -8
- package/dist/shared/constants.d.ts.map +1 -1
- package/dist/shared/constants.js +14 -8
- package/dist/shared/constants.js.map +1 -1
- package/dist/shared/convert-to-serve-url.d.ts +3 -0
- package/dist/shared/convert-to-serve-url.d.ts.map +1 -0
- package/dist/shared/convert-to-serve-url.js +19 -0
- package/dist/shared/convert-to-serve-url.js.map +1 -0
- package/dist/shared/docs-url.d.ts +2 -0
- package/dist/shared/docs-url.d.ts.map +1 -0
- package/dist/shared/docs-url.js +5 -0
- package/dist/shared/docs-url.js.map +1 -0
- package/dist/shared/hosted-layers.d.ts +2 -1
- package/dist/shared/hosted-layers.d.ts.map +1 -1
- package/dist/shared/hosted-layers.js +32 -185
- package/dist/shared/hosted-layers.js.map +1 -1
- package/dist/shared/make-s3-url.d.ts +1 -1
- package/dist/shared/make-s3-url.d.ts.map +1 -1
- package/dist/shared/make-s3-url.js +4 -5
- package/dist/shared/make-s3-url.js.map +1 -1
- package/dist/shared/parse-lambda-initialized-key.d.ts +6 -0
- package/dist/shared/parse-lambda-initialized-key.d.ts.map +1 -0
- package/dist/shared/parse-lambda-initialized-key.js +16 -0
- package/dist/shared/parse-lambda-initialized-key.js.map +1 -0
- package/dist/shared/parse-lambda-timings-key.d.ts +0 -1
- package/dist/shared/parse-lambda-timings-key.d.ts.map +1 -1
- package/dist/shared/parse-lambda-timings-key.js +1 -2
- package/dist/shared/parse-lambda-timings-key.js.map +1 -1
- package/dist/shared/validate-frames-per-lambda.d.ts +2 -0
- package/dist/shared/validate-frames-per-lambda.d.ts.map +1 -0
- package/dist/shared/validate-frames-per-lambda.js +22 -0
- package/dist/shared/validate-frames-per-lambda.js.map +1 -0
- package/dist/shared/validate-retries.d.ts +2 -0
- package/dist/shared/validate-retries.d.ts.map +1 -0
- package/dist/shared/validate-retries.js +22 -0
- package/dist/shared/validate-retries.js.map +1 -0
- package/dist/shared/validate-site-name.d.ts +2 -0
- package/dist/shared/validate-site-name.d.ts.map +1 -0
- package/dist/shared/validate-site-name.js +12 -0
- package/dist/shared/validate-site-name.js.map +1 -0
- package/package.json +12 -10
- package/remotionlambda.zip +0 -0
- package/dist/admin/replicate-binaries.d.ts +0 -2
- package/dist/admin/replicate-binaries.d.ts.map +0 -1
- package/dist/admin/replicate-binaries.js +0 -50
- package/dist/admin/replicate-binaries.js.map +0 -1
- package/dist/api/bundle-lambda.d.ts +0 -2
- package/dist/api/bundle-lambda.d.ts.map +0 -1
- package/dist/api/bundle-lambda.js +0 -34
- package/dist/api/bundle-lambda.js.map +0 -1
- package/dist/api/bundle-remotion.d.ts +0 -6
- package/dist/api/bundle-remotion.d.ts.map +0 -1
- package/dist/api/bundle-remotion.js +0 -12
- package/dist/api/bundle-remotion.js.map +0 -1
- package/dist/api/deploy-lambda.d.ts +0 -7
- package/dist/api/deploy-lambda.d.ts.map +0 -1
- package/dist/api/deploy-lambda.js +0 -48
- package/dist/api/deploy-lambda.js.map +0 -1
- package/dist/api/deploy-project.d.ts +0 -28
- package/dist/api/deploy-project.d.ts.map +0 -1
- package/dist/api/deploy-project.js +0 -58
- package/dist/api/deploy-project.js.map +0 -1
- package/dist/api/ensure-lambda-binaries.d.ts +0 -11
- package/dist/api/ensure-lambda-binaries.d.ts.map +0 -1
- package/dist/api/ensure-lambda-binaries.js +0 -60
- package/dist/api/ensure-lambda-binaries.js.map +0 -1
- package/dist/api/get-deployed-lambdas.d.ts +0 -10
- package/dist/api/get-deployed-lambdas.d.ts.map +0 -1
- package/dist/api/get-deployed-lambdas.js +0 -31
- package/dist/api/get-deployed-lambdas.js.map +0 -1
- package/dist/api/get-function-version.d.ts +0 -7
- package/dist/api/get-function-version.d.ts.map +0 -1
- package/dist/api/get-function-version.js +0 -27
- package/dist/api/get-function-version.js.map +0 -1
- package/dist/api/iam-validation/required-permissions.d.ts +0 -6
- package/dist/api/iam-validation/required-permissions.d.ts.map +0 -1
- package/dist/api/iam-validation/required-permissions.js.map +0 -1
- package/dist/api/validate-frames-per-lambda.d.ts +0 -2
- package/dist/api/validate-frames-per-lambda.d.ts.map +0 -1
- package/dist/api/validate-frames-per-lambda.js +0 -26
- package/dist/api/validate-frames-per-lambda.js.map +0 -1
- package/dist/benchmark.d.ts +0 -2
- package/dist/benchmark.d.ts.map +0 -1
- package/dist/benchmark.js +0 -30
- package/dist/benchmark.js.map +0 -1
- package/dist/build-render/index.js +0 -126181
- package/dist/chunked-upload.d.ts +0 -2
- package/dist/chunked-upload.d.ts.map +0 -1
- package/dist/chunked-upload.js +0 -34
- package/dist/chunked-upload.js.map +0 -1
- package/dist/cleanup/cleanup-lambdas.d.ts +0 -7
- package/dist/cleanup/cleanup-lambdas.d.ts.map +0 -1
- package/dist/cleanup/cleanup-lambdas.js +0 -22
- package/dist/cleanup/cleanup-lambdas.js.map +0 -1
- package/dist/cleanup/s3-buckets.d.ts +0 -16
- package/dist/cleanup/s3-buckets.d.ts.map +0 -1
- package/dist/cleanup/s3-buckets.js +0 -59
- package/dist/cleanup/s3-buckets.js.map +0 -1
- package/dist/cli/cleanup.d.ts +0 -4
- package/dist/cli/cleanup.d.ts.map +0 -1
- package/dist/cli/cleanup.js +0 -77
- package/dist/cli/cleanup.js.map +0 -1
- package/dist/cli/commands/render.d.ts +0 -3
- package/dist/cli/commands/render.d.ts.map +0 -1
- package/dist/cli/commands/render.js +0 -75
- package/dist/cli/commands/render.js.map +0 -1
- package/dist/cli/commands/sites/upload.d.ts +0 -3
- package/dist/cli/commands/sites/upload.d.ts.map +0 -1
- package/dist/cli/commands/sites/upload.js +0 -111
- package/dist/cli/commands/sites/upload.js.map +0 -1
- package/dist/cli/deploy.d.ts +0 -3
- package/dist/cli/deploy.d.ts.map +0 -1
- package/dist/cli/deploy.js +0 -13
- package/dist/cli/deploy.js.map +0 -1
- package/dist/cli/policies.d.ts +0 -3
- package/dist/cli/policies.d.ts.map +0 -1
- package/dist/cli/policies.js +0 -59
- package/dist/cli/policies.js.map +0 -1
- package/dist/cli/render.d.ts +0 -3
- package/dist/cli/render.d.ts.map +0 -1
- package/dist/cli/render.js +0 -96
- package/dist/cli/render.js.map +0 -1
- package/dist/cli/upload.d.ts +0 -3
- package/dist/cli/upload.d.ts.map +0 -1
- package/dist/cli/upload.js +0 -112
- package/dist/cli/upload.js.map +0 -1
- package/dist/functions/chunk-optimization/write-profile.d.ts +0 -8
- package/dist/functions/chunk-optimization/write-profile.d.ts.map +0 -1
- package/dist/functions/chunk-optimization/write-profile.js +0 -18
- package/dist/functions/chunk-optimization/write-profile.js.map +0 -1
- package/dist/functions/get-progress.d.ts +0 -27
- package/dist/functions/get-progress.d.ts.map +0 -1
- package/dist/functions/get-progress.js +0 -161
- package/dist/functions/get-progress.js.map +0 -1
- package/dist/functions/helpers/is-fatal-error.d.ts +0 -3
- package/dist/functions/helpers/is-fatal-error.d.ts.map +0 -1
- package/dist/functions/helpers/is-fatal-error.js +0 -8
- package/dist/functions/helpers/is-fatal-error.js.map +0 -1
- package/dist/rendering/chunked-concatenation.d.ts +0 -3
- package/dist/rendering/chunked-concatenation.d.ts.map +0 -1
- package/dist/rendering/chunked-concatenation.js +0 -38
- package/dist/rendering/chunked-concatenation.js.map +0 -1
- package/dist/rendering/create-named-pipe.d.ts +0 -8
- package/dist/rendering/create-named-pipe.d.ts.map +0 -1
- package/dist/rendering/create-named-pipe.js +0 -41
- package/dist/rendering/create-named-pipe.js.map +0 -1
- package/dist/rendering/mount-tmp-fs.d.ts +0 -2
- package/dist/rendering/mount-tmp-fs.d.ts.map +0 -1
- package/dist/rendering/mount-tmp-fs.js +0 -19
- package/dist/rendering/mount-tmp-fs.js.map +0 -1
- package/dist/run.d.ts +0 -2
- package/dist/run.d.ts.map +0 -1
- package/dist/run.js +0 -104
- package/dist/run.js.map +0 -1
- package/dist/scripts2.d.ts +0 -1
- package/dist/scripts2.d.ts.map +0 -1
- package/dist/scripts2.js +0 -2
- package/dist/scripts2.js.map +0 -1
- package/dist/shared/get-file-extension-from-codec.d.ts +0 -3
- package/dist/shared/get-file-extension-from-codec.d.ts.map +0 -1
- package/dist/shared/get-file-extension-from-codec.js +0 -33
- package/dist/shared/get-file-extension-from-codec.js.map +0 -1
- package/dist/shared/parse-chunk-timing-key.d.ts +0 -7
- package/dist/shared/parse-chunk-timing-key.d.ts.map +0 -1
- package/dist/shared/parse-chunk-timing-key.js +0 -17
- package/dist/shared/parse-chunk-timing-key.js.map +0 -1
- package/dist/shared/tmpdir.d.ts +0 -3
- package/dist/shared/tmpdir.d.ts.map +0 -1
- package/dist/shared/tmpdir.js +0 -23
- package/dist/shared/tmpdir.js.map +0 -1
|
@@ -1,299 +1,146 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.hostedLayers = void 0;
|
|
3
|
+
exports.hostedLayers = exports.REMOTION_HOSTED_LAYER_ARN = void 0;
|
|
4
|
+
exports.REMOTION_HOSTED_LAYER_ARN = `arn:aws:lambda:*:678892195805:layer:remotion-binaries-*`;
|
|
4
5
|
exports.hostedLayers = {
|
|
5
|
-
'af-south-1': [
|
|
6
|
-
{
|
|
7
|
-
layerArn: 'arn:aws:lambda:af-south-1:678892195805:layer:remotion-binaries-remotion',
|
|
8
|
-
version: 1,
|
|
9
|
-
},
|
|
10
|
-
{
|
|
11
|
-
layerArn: 'arn:aws:lambda:af-south-1:678892195805:layer:remotion-binaries-ffmpeg',
|
|
12
|
-
version: 1,
|
|
13
|
-
},
|
|
14
|
-
{
|
|
15
|
-
layerArn: 'arn:aws:lambda:af-south-1:678892195805:layer:remotion-binaries-chromium',
|
|
16
|
-
version: 1,
|
|
17
|
-
},
|
|
18
|
-
],
|
|
19
|
-
'ap-east-1': [
|
|
20
|
-
{
|
|
21
|
-
layerArn: 'arn:aws:lambda:ap-east-1:678892195805:layer:remotion-binaries-remotion',
|
|
22
|
-
version: 1,
|
|
23
|
-
},
|
|
24
|
-
{
|
|
25
|
-
layerArn: 'arn:aws:lambda:ap-east-1:678892195805:layer:remotion-binaries-ffmpeg',
|
|
26
|
-
version: 1,
|
|
27
|
-
},
|
|
28
|
-
{
|
|
29
|
-
layerArn: 'arn:aws:lambda:ap-east-1:678892195805:layer:remotion-binaries-chromium',
|
|
30
|
-
version: 1,
|
|
31
|
-
},
|
|
32
|
-
],
|
|
33
6
|
'ap-northeast-1': [
|
|
34
7
|
{
|
|
35
8
|
layerArn: 'arn:aws:lambda:ap-northeast-1:678892195805:layer:remotion-binaries-remotion',
|
|
36
|
-
version:
|
|
9
|
+
version: 12,
|
|
37
10
|
},
|
|
38
11
|
{
|
|
39
12
|
layerArn: 'arn:aws:lambda:ap-northeast-1:678892195805:layer:remotion-binaries-ffmpeg',
|
|
40
|
-
version:
|
|
13
|
+
version: 12,
|
|
41
14
|
},
|
|
42
15
|
{
|
|
43
16
|
layerArn: 'arn:aws:lambda:ap-northeast-1:678892195805:layer:remotion-binaries-chromium',
|
|
44
|
-
version:
|
|
45
|
-
},
|
|
46
|
-
],
|
|
47
|
-
'ap-northeast-2': [
|
|
48
|
-
{
|
|
49
|
-
layerArn: 'arn:aws:lambda:ap-northeast-2:678892195805:layer:remotion-binaries-remotion',
|
|
50
|
-
version: 1,
|
|
51
|
-
},
|
|
52
|
-
{
|
|
53
|
-
layerArn: 'arn:aws:lambda:ap-northeast-2:678892195805:layer:remotion-binaries-ffmpeg',
|
|
54
|
-
version: 1,
|
|
55
|
-
},
|
|
56
|
-
{
|
|
57
|
-
layerArn: 'arn:aws:lambda:ap-northeast-2:678892195805:layer:remotion-binaries-chromium',
|
|
58
|
-
version: 1,
|
|
59
|
-
},
|
|
60
|
-
],
|
|
61
|
-
'ap-northeast-3': [
|
|
62
|
-
{
|
|
63
|
-
layerArn: 'arn:aws:lambda:ap-northeast-3:678892195805:layer:remotion-binaries-remotion',
|
|
64
|
-
version: 1,
|
|
65
|
-
},
|
|
66
|
-
{
|
|
67
|
-
layerArn: 'arn:aws:lambda:ap-northeast-3:678892195805:layer:remotion-binaries-ffmpeg',
|
|
68
|
-
version: 1,
|
|
69
|
-
},
|
|
70
|
-
{
|
|
71
|
-
layerArn: 'arn:aws:lambda:ap-northeast-3:678892195805:layer:remotion-binaries-chromium',
|
|
72
|
-
version: 1,
|
|
17
|
+
version: 12,
|
|
73
18
|
},
|
|
74
19
|
],
|
|
75
20
|
'ap-south-1': [
|
|
76
21
|
{
|
|
77
22
|
layerArn: 'arn:aws:lambda:ap-south-1:678892195805:layer:remotion-binaries-remotion',
|
|
78
|
-
version:
|
|
23
|
+
version: 12,
|
|
79
24
|
},
|
|
80
25
|
{
|
|
81
26
|
layerArn: 'arn:aws:lambda:ap-south-1:678892195805:layer:remotion-binaries-ffmpeg',
|
|
82
|
-
version:
|
|
27
|
+
version: 12,
|
|
83
28
|
},
|
|
84
29
|
{
|
|
85
30
|
layerArn: 'arn:aws:lambda:ap-south-1:678892195805:layer:remotion-binaries-chromium',
|
|
86
|
-
version:
|
|
31
|
+
version: 12,
|
|
87
32
|
},
|
|
88
33
|
],
|
|
89
34
|
'ap-southeast-1': [
|
|
90
35
|
{
|
|
91
36
|
layerArn: 'arn:aws:lambda:ap-southeast-1:678892195805:layer:remotion-binaries-remotion',
|
|
92
|
-
version:
|
|
37
|
+
version: 12,
|
|
93
38
|
},
|
|
94
39
|
{
|
|
95
40
|
layerArn: 'arn:aws:lambda:ap-southeast-1:678892195805:layer:remotion-binaries-ffmpeg',
|
|
96
|
-
version:
|
|
41
|
+
version: 12,
|
|
97
42
|
},
|
|
98
43
|
{
|
|
99
44
|
layerArn: 'arn:aws:lambda:ap-southeast-1:678892195805:layer:remotion-binaries-chromium',
|
|
100
|
-
version:
|
|
45
|
+
version: 12,
|
|
101
46
|
},
|
|
102
47
|
],
|
|
103
48
|
'ap-southeast-2': [
|
|
104
49
|
{
|
|
105
50
|
layerArn: 'arn:aws:lambda:ap-southeast-2:678892195805:layer:remotion-binaries-remotion',
|
|
106
|
-
version:
|
|
51
|
+
version: 12,
|
|
107
52
|
},
|
|
108
53
|
{
|
|
109
54
|
layerArn: 'arn:aws:lambda:ap-southeast-2:678892195805:layer:remotion-binaries-ffmpeg',
|
|
110
|
-
version:
|
|
55
|
+
version: 12,
|
|
111
56
|
},
|
|
112
57
|
{
|
|
113
58
|
layerArn: 'arn:aws:lambda:ap-southeast-2:678892195805:layer:remotion-binaries-chromium',
|
|
114
|
-
version:
|
|
115
|
-
},
|
|
116
|
-
],
|
|
117
|
-
'ca-central-1': [
|
|
118
|
-
{
|
|
119
|
-
layerArn: 'arn:aws:lambda:ca-central-1:678892195805:layer:remotion-binaries-remotion',
|
|
120
|
-
version: 1,
|
|
121
|
-
},
|
|
122
|
-
{
|
|
123
|
-
layerArn: 'arn:aws:lambda:ca-central-1:678892195805:layer:remotion-binaries-ffmpeg',
|
|
124
|
-
version: 1,
|
|
125
|
-
},
|
|
126
|
-
{
|
|
127
|
-
layerArn: 'arn:aws:lambda:ca-central-1:678892195805:layer:remotion-binaries-chromium',
|
|
128
|
-
version: 1,
|
|
59
|
+
version: 12,
|
|
129
60
|
},
|
|
130
61
|
],
|
|
131
62
|
'eu-central-1': [
|
|
132
63
|
{
|
|
133
64
|
layerArn: 'arn:aws:lambda:eu-central-1:678892195805:layer:remotion-binaries-remotion',
|
|
134
|
-
version:
|
|
65
|
+
version: 20,
|
|
135
66
|
},
|
|
136
67
|
{
|
|
137
68
|
layerArn: 'arn:aws:lambda:eu-central-1:678892195805:layer:remotion-binaries-ffmpeg',
|
|
138
|
-
version:
|
|
69
|
+
version: 20,
|
|
139
70
|
},
|
|
140
71
|
{
|
|
141
72
|
layerArn: 'arn:aws:lambda:eu-central-1:678892195805:layer:remotion-binaries-chromium',
|
|
142
|
-
version:
|
|
143
|
-
},
|
|
144
|
-
],
|
|
145
|
-
'eu-north-1': [
|
|
146
|
-
{
|
|
147
|
-
layerArn: 'arn:aws:lambda:eu-north-1:678892195805:layer:remotion-binaries-remotion',
|
|
148
|
-
version: 1,
|
|
149
|
-
},
|
|
150
|
-
{
|
|
151
|
-
layerArn: 'arn:aws:lambda:eu-north-1:678892195805:layer:remotion-binaries-ffmpeg',
|
|
152
|
-
version: 1,
|
|
153
|
-
},
|
|
154
|
-
{
|
|
155
|
-
layerArn: 'arn:aws:lambda:eu-north-1:678892195805:layer:remotion-binaries-chromium',
|
|
156
|
-
version: 1,
|
|
157
|
-
},
|
|
158
|
-
],
|
|
159
|
-
'eu-south-1': [
|
|
160
|
-
{
|
|
161
|
-
layerArn: 'arn:aws:lambda:eu-south-1:678892195805:layer:remotion-binaries-remotion',
|
|
162
|
-
version: 1,
|
|
163
|
-
},
|
|
164
|
-
{
|
|
165
|
-
layerArn: 'arn:aws:lambda:eu-south-1:678892195805:layer:remotion-binaries-ffmpeg',
|
|
166
|
-
version: 1,
|
|
167
|
-
},
|
|
168
|
-
{
|
|
169
|
-
layerArn: 'arn:aws:lambda:eu-south-1:678892195805:layer:remotion-binaries-chromium',
|
|
170
|
-
version: 1,
|
|
73
|
+
version: 20,
|
|
171
74
|
},
|
|
172
75
|
],
|
|
173
76
|
'eu-west-1': [
|
|
174
77
|
{
|
|
175
78
|
layerArn: 'arn:aws:lambda:eu-west-1:678892195805:layer:remotion-binaries-remotion',
|
|
176
|
-
version:
|
|
79
|
+
version: 13,
|
|
177
80
|
},
|
|
178
81
|
{
|
|
179
82
|
layerArn: 'arn:aws:lambda:eu-west-1:678892195805:layer:remotion-binaries-ffmpeg',
|
|
180
|
-
version:
|
|
83
|
+
version: 13,
|
|
181
84
|
},
|
|
182
85
|
{
|
|
183
86
|
layerArn: 'arn:aws:lambda:eu-west-1:678892195805:layer:remotion-binaries-chromium',
|
|
184
|
-
version:
|
|
87
|
+
version: 13,
|
|
185
88
|
},
|
|
186
89
|
],
|
|
187
90
|
'eu-west-2': [
|
|
188
91
|
{
|
|
189
92
|
layerArn: 'arn:aws:lambda:eu-west-2:678892195805:layer:remotion-binaries-remotion',
|
|
190
|
-
version:
|
|
93
|
+
version: 13,
|
|
191
94
|
},
|
|
192
95
|
{
|
|
193
96
|
layerArn: 'arn:aws:lambda:eu-west-2:678892195805:layer:remotion-binaries-ffmpeg',
|
|
194
|
-
version:
|
|
97
|
+
version: 13,
|
|
195
98
|
},
|
|
196
99
|
{
|
|
197
100
|
layerArn: 'arn:aws:lambda:eu-west-2:678892195805:layer:remotion-binaries-chromium',
|
|
198
|
-
version:
|
|
199
|
-
},
|
|
200
|
-
],
|
|
201
|
-
'eu-west-3': [
|
|
202
|
-
{
|
|
203
|
-
layerArn: 'arn:aws:lambda:eu-west-3:678892195805:layer:remotion-binaries-remotion',
|
|
204
|
-
version: 1,
|
|
205
|
-
},
|
|
206
|
-
{
|
|
207
|
-
layerArn: 'arn:aws:lambda:eu-west-3:678892195805:layer:remotion-binaries-ffmpeg',
|
|
208
|
-
version: 1,
|
|
209
|
-
},
|
|
210
|
-
{
|
|
211
|
-
layerArn: 'arn:aws:lambda:eu-west-3:678892195805:layer:remotion-binaries-chromium',
|
|
212
|
-
version: 1,
|
|
213
|
-
},
|
|
214
|
-
],
|
|
215
|
-
'me-south-1': [
|
|
216
|
-
{
|
|
217
|
-
layerArn: 'arn:aws:lambda:me-south-1:678892195805:layer:remotion-binaries-remotion',
|
|
218
|
-
version: 1,
|
|
219
|
-
},
|
|
220
|
-
{
|
|
221
|
-
layerArn: 'arn:aws:lambda:me-south-1:678892195805:layer:remotion-binaries-ffmpeg',
|
|
222
|
-
version: 1,
|
|
223
|
-
},
|
|
224
|
-
{
|
|
225
|
-
layerArn: 'arn:aws:lambda:me-south-1:678892195805:layer:remotion-binaries-chromium',
|
|
226
|
-
version: 1,
|
|
227
|
-
},
|
|
228
|
-
],
|
|
229
|
-
'sa-east-1': [
|
|
230
|
-
{
|
|
231
|
-
layerArn: 'arn:aws:lambda:sa-east-1:678892195805:layer:remotion-binaries-remotion',
|
|
232
|
-
version: 1,
|
|
233
|
-
},
|
|
234
|
-
{
|
|
235
|
-
layerArn: 'arn:aws:lambda:sa-east-1:678892195805:layer:remotion-binaries-ffmpeg',
|
|
236
|
-
version: 1,
|
|
237
|
-
},
|
|
238
|
-
{
|
|
239
|
-
layerArn: 'arn:aws:lambda:sa-east-1:678892195805:layer:remotion-binaries-chromium',
|
|
240
|
-
version: 1,
|
|
101
|
+
version: 13,
|
|
241
102
|
},
|
|
242
103
|
],
|
|
243
104
|
'us-east-1': [
|
|
244
105
|
{
|
|
245
106
|
layerArn: 'arn:aws:lambda:us-east-1:678892195805:layer:remotion-binaries-remotion',
|
|
246
|
-
version:
|
|
107
|
+
version: 19,
|
|
247
108
|
},
|
|
248
109
|
{
|
|
249
110
|
layerArn: 'arn:aws:lambda:us-east-1:678892195805:layer:remotion-binaries-ffmpeg',
|
|
250
|
-
version:
|
|
111
|
+
version: 17,
|
|
251
112
|
},
|
|
252
113
|
{
|
|
253
114
|
layerArn: 'arn:aws:lambda:us-east-1:678892195805:layer:remotion-binaries-chromium',
|
|
254
|
-
version:
|
|
115
|
+
version: 15,
|
|
255
116
|
},
|
|
256
117
|
],
|
|
257
118
|
'us-east-2': [
|
|
258
119
|
{
|
|
259
120
|
layerArn: 'arn:aws:lambda:us-east-2:678892195805:layer:remotion-binaries-remotion',
|
|
260
|
-
version:
|
|
121
|
+
version: 14,
|
|
261
122
|
},
|
|
262
123
|
{
|
|
263
124
|
layerArn: 'arn:aws:lambda:us-east-2:678892195805:layer:remotion-binaries-ffmpeg',
|
|
264
|
-
version:
|
|
125
|
+
version: 14,
|
|
265
126
|
},
|
|
266
127
|
{
|
|
267
128
|
layerArn: 'arn:aws:lambda:us-east-2:678892195805:layer:remotion-binaries-chromium',
|
|
268
|
-
version:
|
|
269
|
-
},
|
|
270
|
-
],
|
|
271
|
-
'us-west-1': [
|
|
272
|
-
{
|
|
273
|
-
layerArn: 'arn:aws:lambda:us-west-1:678892195805:layer:remotion-binaries-remotion',
|
|
274
|
-
version: 1,
|
|
275
|
-
},
|
|
276
|
-
{
|
|
277
|
-
layerArn: 'arn:aws:lambda:us-west-1:678892195805:layer:remotion-binaries-ffmpeg',
|
|
278
|
-
version: 1,
|
|
279
|
-
},
|
|
280
|
-
{
|
|
281
|
-
layerArn: 'arn:aws:lambda:us-west-1:678892195805:layer:remotion-binaries-chromium',
|
|
282
|
-
version: 1,
|
|
129
|
+
version: 14,
|
|
283
130
|
},
|
|
284
131
|
],
|
|
285
132
|
'us-west-2': [
|
|
286
133
|
{
|
|
287
134
|
layerArn: 'arn:aws:lambda:us-west-2:678892195805:layer:remotion-binaries-remotion',
|
|
288
|
-
version:
|
|
135
|
+
version: 12,
|
|
289
136
|
},
|
|
290
137
|
{
|
|
291
138
|
layerArn: 'arn:aws:lambda:us-west-2:678892195805:layer:remotion-binaries-ffmpeg',
|
|
292
|
-
version:
|
|
139
|
+
version: 12,
|
|
293
140
|
},
|
|
294
141
|
{
|
|
295
142
|
layerArn: 'arn:aws:lambda:us-west-2:678892195805:layer:remotion-binaries-chromium',
|
|
296
|
-
version:
|
|
143
|
+
version: 12,
|
|
297
144
|
},
|
|
298
145
|
],
|
|
299
146
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hosted-layers.js","sourceRoot":"","sources":["../../src/shared/hosted-layers.ts"],"names":[],"mappings":";;;AAEa,QAAA,
|
|
1
|
+
{"version":3,"file":"hosted-layers.js","sourceRoot":"","sources":["../../src/shared/hosted-layers.ts"],"names":[],"mappings":";;;AAEa,QAAA,yBAAyB,GAAG,yDAAyD,CAAC;AAEtF,QAAA,YAAY,GAKrB;IACH,gBAAgB,EAAE;QACjB;YACC,QAAQ,EACP,6EAA6E;YAC9E,OAAO,EAAE,EAAE;SACX;QACD;YACC,QAAQ,EACP,2EAA2E;YAC5E,OAAO,EAAE,EAAE;SACX;QACD;YACC,QAAQ,EACP,6EAA6E;YAC9E,OAAO,EAAE,EAAE;SACX;KACD;IACD,YAAY,EAAE;QACb;YACC,QAAQ,EACP,yEAAyE;YAC1E,OAAO,EAAE,EAAE;SACX;QACD;YACC,QAAQ,EACP,uEAAuE;YACxE,OAAO,EAAE,EAAE;SACX;QACD;YACC,QAAQ,EACP,yEAAyE;YAC1E,OAAO,EAAE,EAAE;SACX;KACD;IACD,gBAAgB,EAAE;QACjB;YACC,QAAQ,EACP,6EAA6E;YAC9E,OAAO,EAAE,EAAE;SACX;QACD;YACC,QAAQ,EACP,2EAA2E;YAC5E,OAAO,EAAE,EAAE;SACX;QACD;YACC,QAAQ,EACP,6EAA6E;YAC9E,OAAO,EAAE,EAAE;SACX;KACD;IACD,gBAAgB,EAAE;QACjB;YACC,QAAQ,EACP,6EAA6E;YAC9E,OAAO,EAAE,EAAE;SACX;QACD;YACC,QAAQ,EACP,2EAA2E;YAC5E,OAAO,EAAE,EAAE;SACX;QACD;YACC,QAAQ,EACP,6EAA6E;YAC9E,OAAO,EAAE,EAAE;SACX;KACD;IACD,cAAc,EAAE;QACf;YACC,QAAQ,EACP,2EAA2E;YAC5E,OAAO,EAAE,EAAE;SACX;QACD;YACC,QAAQ,EACP,yEAAyE;YAC1E,OAAO,EAAE,EAAE;SACX;QACD;YACC,QAAQ,EACP,2EAA2E;YAC5E,OAAO,EAAE,EAAE;SACX;KACD;IACD,WAAW,EAAE;QACZ;YACC,QAAQ,EACP,wEAAwE;YACzE,OAAO,EAAE,EAAE;SACX;QACD;YACC,QAAQ,EACP,sEAAsE;YACvE,OAAO,EAAE,EAAE;SACX;QACD;YACC,QAAQ,EACP,wEAAwE;YACzE,OAAO,EAAE,EAAE;SACX;KACD;IACD,WAAW,EAAE;QACZ;YACC,QAAQ,EACP,wEAAwE;YACzE,OAAO,EAAE,EAAE;SACX;QACD;YACC,QAAQ,EACP,sEAAsE;YACvE,OAAO,EAAE,EAAE;SACX;QACD;YACC,QAAQ,EACP,wEAAwE;YACzE,OAAO,EAAE,EAAE;SACX;KACD;IACD,WAAW,EAAE;QACZ;YACC,QAAQ,EACP,wEAAwE;YACzE,OAAO,EAAE,EAAE;SACX;QACD;YACC,QAAQ,EACP,sEAAsE;YACvE,OAAO,EAAE,EAAE;SACX;QACD;YACC,QAAQ,EACP,wEAAwE;YACzE,OAAO,EAAE,EAAE;SACX;KACD;IACD,WAAW,EAAE;QACZ;YACC,QAAQ,EACP,wEAAwE;YACzE,OAAO,EAAE,EAAE;SACX;QACD;YACC,QAAQ,EACP,sEAAsE;YACvE,OAAO,EAAE,EAAE;SACX;QACD;YACC,QAAQ,EACP,wEAAwE;YACzE,OAAO,EAAE,EAAE;SACX;KACD;IACD,WAAW,EAAE;QACZ;YACC,QAAQ,EACP,wEAAwE;YACzE,OAAO,EAAE,EAAE;SACX;QACD;YACC,QAAQ,EACP,sEAAsE;YACvE,OAAO,EAAE,EAAE;SACX;QACD;YACC,QAAQ,EACP,wEAAwE;YACzE,OAAO,EAAE,EAAE;SACX;KACD;CACD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"make-s3-url.d.ts","sourceRoot":"","sources":["../../src/shared/make-s3-url.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"make-s3-url.d.ts","sourceRoot":"","sources":["../../src/shared/make-s3-url.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,SAAS,EAAC,MAAM,wBAAwB,CAAC;AAEjD,eAAO,MAAM,cAAc;gBAKd,MAAM;eACP,MAAM;YACT,SAAS;MACd,MAEH,CAAC;AAIF,eAAO,MAAM,eAAe,QAAS,MAAM,WAU1C,CAAC"}
|
|
@@ -1,15 +1,14 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
// TODO: wait for certificate
|
|
3
2
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
4
3
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
5
4
|
};
|
|
6
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
|
-
exports.getServeUrlHash = exports.
|
|
6
|
+
exports.getServeUrlHash = exports.makeS3ServeUrl = void 0;
|
|
8
7
|
const crypto_1 = __importDefault(require("crypto"));
|
|
9
|
-
const
|
|
10
|
-
return `https://${bucketName}.s3.${region}.amazonaws.com/${subFolder}`;
|
|
8
|
+
const makeS3ServeUrl = ({ bucketName, subFolder, region, }) => {
|
|
9
|
+
return `https://${bucketName}.s3.${region}.amazonaws.com/${subFolder}/index.html`;
|
|
11
10
|
};
|
|
12
|
-
exports.
|
|
11
|
+
exports.makeS3ServeUrl = makeS3ServeUrl;
|
|
13
12
|
const hashCache = {};
|
|
14
13
|
const getServeUrlHash = (url) => {
|
|
15
14
|
if (hashCache[url]) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"make-s3-url.js","sourceRoot":"","sources":["../../src/shared/make-s3-url.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"make-s3-url.js","sourceRoot":"","sources":["../../src/shared/make-s3-url.ts"],"names":[],"mappings":";;;;;;AAAA,oDAA4B;AAGrB,MAAM,cAAc,GAAG,CAAC,EAC9B,UAAU,EACV,SAAS,EACT,MAAM,GAKN,EAAU,EAAE;IACZ,OAAO,WAAW,UAAU,OAAO,MAAM,kBAAkB,SAAS,aAAa,CAAC;AACnF,CAAC,CAAC;AAVW,QAAA,cAAc,kBAUzB;AAEF,MAAM,SAAS,GAA4B,EAAE,CAAC;AAEvC,MAAM,eAAe,GAAG,CAAC,GAAW,EAAE,EAAE;IAC9C,IAAI,SAAS,CAAC,GAAG,CAAC,EAAE;QACnB,OAAO,SAAS,CAAC,GAAG,CAAC,CAAC;KACtB;IAED,MAAM,IAAI,GAAG,gBAAM,CAAC,UAAU,CAAC,KAAK,CAAC,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;IAEhE,SAAS,CAAC,GAAG,CAAC,GAAG,IAAI,CAAC;IAEtB,OAAO,IAAI,CAAC;AACb,CAAC,CAAC;AAVW,QAAA,eAAe,mBAU1B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"parse-lambda-initialized-key.d.ts","sourceRoot":"","sources":["../../src/shared/parse-lambda-initialized-key.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,yBAAyB,QAAS,MAAM;;;;CAepD,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.parseLambdaInitializedKey = void 0;
|
|
4
|
+
const parseLambdaInitializedKey = (key) => {
|
|
5
|
+
const match = key.match(/^renders\/(.*)\/lambda-initialized-chunk:([0-9]+)-attempt:([0-9]+).txt$/);
|
|
6
|
+
if (!match) {
|
|
7
|
+
throw new Error(`Cannot parse filename ${key} into timing information. Malformed data.`);
|
|
8
|
+
}
|
|
9
|
+
return {
|
|
10
|
+
renderId: match[1],
|
|
11
|
+
chunk: Number(match[2]),
|
|
12
|
+
attempt: Number(match[3]),
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
exports.parseLambdaInitializedKey = parseLambdaInitializedKey;
|
|
16
|
+
//# sourceMappingURL=parse-lambda-initialized-key.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"parse-lambda-initialized-key.js","sourceRoot":"","sources":["../../src/shared/parse-lambda-initialized-key.ts"],"names":[],"mappings":";;;AAAO,MAAM,yBAAyB,GAAG,CAAC,GAAW,EAAE,EAAE;IACxD,MAAM,KAAK,GAAG,GAAG,CAAC,KAAK,CACtB,yEAAyE,CACzE,CAAC;IACF,IAAI,CAAC,KAAK,EAAE;QACX,MAAM,IAAI,KAAK,CACd,yBAAyB,GAAG,2CAA2C,CACvE,CAAC;KACF;IAED,OAAO;QACN,QAAQ,EAAE,KAAK,CAAC,CAAC,CAAC;QAClB,KAAK,EAAE,MAAM,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC;QACvB,OAAO,EAAE,MAAM,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC;KACzB,CAAC;AACH,CAAC,CAAC;AAfW,QAAA,yBAAyB,6BAepC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"parse-lambda-timings-key.d.ts","sourceRoot":"","sources":["../../src/shared/parse-lambda-timings-key.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,qBAAqB,QAAS,MAAM
|
|
1
|
+
{"version":3,"file":"parse-lambda-timings-key.d.ts","sourceRoot":"","sources":["../../src/shared/parse-lambda-timings-key.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,qBAAqB,QAAS,MAAM;;;;;CAgBhD,CAAC"}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.parseLambdaTimingsKey = void 0;
|
|
4
4
|
const parseLambdaTimingsKey = (key) => {
|
|
5
|
-
const match = key.match(/^renders\/(.*)\/lambda-timings\/chunk:([0-9]+)-start:([0-9]+)-rendered:([0-9]+)
|
|
5
|
+
const match = key.match(/^renders\/(.*)\/lambda-timings\/chunk:([0-9]+)-start:([0-9]+)-rendered:([0-9]+).txt$/);
|
|
6
6
|
if (!match) {
|
|
7
7
|
throw new Error(`Cannot parse filename ${key} into timing information. Malformed data.`);
|
|
8
8
|
}
|
|
@@ -11,7 +11,6 @@ const parseLambdaTimingsKey = (key) => {
|
|
|
11
11
|
chunk: Number(match[2]),
|
|
12
12
|
start: Number(match[3]),
|
|
13
13
|
rendered: Number(match[4]),
|
|
14
|
-
encoded: Number(match[5]),
|
|
15
14
|
};
|
|
16
15
|
};
|
|
17
16
|
exports.parseLambdaTimingsKey = parseLambdaTimingsKey;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"parse-lambda-timings-key.js","sourceRoot":"","sources":["../../src/shared/parse-lambda-timings-key.ts"],"names":[],"mappings":";;;AAAO,MAAM,qBAAqB,GAAG,CAAC,GAAW,EAAE,EAAE;IACpD,MAAM,KAAK,GAAG,GAAG,CAAC,KAAK,CACtB,
|
|
1
|
+
{"version":3,"file":"parse-lambda-timings-key.js","sourceRoot":"","sources":["../../src/shared/parse-lambda-timings-key.ts"],"names":[],"mappings":";;;AAAO,MAAM,qBAAqB,GAAG,CAAC,GAAW,EAAE,EAAE;IACpD,MAAM,KAAK,GAAG,GAAG,CAAC,KAAK,CACtB,sFAAsF,CACtF,CAAC;IACF,IAAI,CAAC,KAAK,EAAE;QACX,MAAM,IAAI,KAAK,CACd,yBAAyB,GAAG,2CAA2C,CACvE,CAAC;KACF;IAED,OAAO;QACN,QAAQ,EAAE,KAAK,CAAC,CAAC,CAAC;QAClB,KAAK,EAAE,MAAM,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC;QACvB,KAAK,EAAE,MAAM,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC;QACvB,QAAQ,EAAE,MAAM,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC;KAC1B,CAAC;AACH,CAAC,CAAC;AAhBW,QAAA,qBAAqB,yBAgBhC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"validate-frames-per-lambda.d.ts","sourceRoot":"","sources":["../../src/shared/validate-frames-per-lambda.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,uBAAuB,oBAAqB,OAAO,SA8B/D,CAAC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.validateFramesPerLambda = void 0;
|
|
4
|
+
const validateFramesPerLambda = (framesPerLambda) => {
|
|
5
|
+
if (typeof framesPerLambda !== 'number') {
|
|
6
|
+
throw new TypeError(`'framesPerLambda' needs to be a number, passed ${JSON.stringify(framesPerLambda)}`);
|
|
7
|
+
}
|
|
8
|
+
if (!Number.isFinite(framesPerLambda)) {
|
|
9
|
+
throw new TypeError(`'framesPerLambda' needs to be finite, passed ${framesPerLambda}`);
|
|
10
|
+
}
|
|
11
|
+
if (Number.isNaN(framesPerLambda)) {
|
|
12
|
+
throw new TypeError(`'framesPerLambda' needs to be NaN, passed ${framesPerLambda}`);
|
|
13
|
+
}
|
|
14
|
+
if (framesPerLambda % 1 !== 0) {
|
|
15
|
+
throw new TypeError(`'framesPerLambda' needs to be an integer, passed ${framesPerLambda}`);
|
|
16
|
+
}
|
|
17
|
+
if (framesPerLambda < 4) {
|
|
18
|
+
throw new TypeError('The framesPerLambda needs to be at least 4.');
|
|
19
|
+
}
|
|
20
|
+
};
|
|
21
|
+
exports.validateFramesPerLambda = validateFramesPerLambda;
|
|
22
|
+
//# sourceMappingURL=validate-frames-per-lambda.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"validate-frames-per-lambda.js","sourceRoot":"","sources":["../../src/shared/validate-frames-per-lambda.ts"],"names":[],"mappings":";;;AAAO,MAAM,uBAAuB,GAAG,CAAC,eAAwB,EAAE,EAAE;IACnE,IAAI,OAAO,eAAe,KAAK,QAAQ,EAAE;QACxC,MAAM,IAAI,SAAS,CAClB,kDAAkD,IAAI,CAAC,SAAS,CAC/D,eAAe,CACf,EAAE,CACH,CAAC;KACF;IAED,IAAI,CAAC,MAAM,CAAC,QAAQ,CAAC,eAAe,CAAC,EAAE;QACtC,MAAM,IAAI,SAAS,CAClB,gDAAgD,eAAe,EAAE,CACjE,CAAC;KACF;IAED,IAAI,MAAM,CAAC,KAAK,CAAC,eAAe,CAAC,EAAE;QAClC,MAAM,IAAI,SAAS,CAClB,6CAA6C,eAAe,EAAE,CAC9D,CAAC;KACF;IAED,IAAI,eAAe,GAAG,CAAC,KAAK,CAAC,EAAE;QAC9B,MAAM,IAAI,SAAS,CAClB,oDAAoD,eAAe,EAAE,CACrE,CAAC;KACF;IAED,IAAI,eAAe,GAAG,CAAC,EAAE;QACxB,MAAM,IAAI,SAAS,CAAC,6CAA6C,CAAC,CAAC;KACnE;AACF,CAAC,CAAC;AA9BW,QAAA,uBAAuB,2BA8BlC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"validate-retries.d.ts","sourceRoot":"","sources":["../../src/shared/validate-retries.ts"],"names":[],"mappings":"AAAA,wBAAgB,kBAAkB,CACjC,UAAU,EAAE,OAAO,GACjB,OAAO,CAAC,UAAU,IAAI,MAAM,CAwB9B"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.validateMaxRetries = void 0;
|
|
4
|
+
function validateMaxRetries(maxRetries) {
|
|
5
|
+
if (typeof maxRetries !== 'number') {
|
|
6
|
+
throw new TypeError('maxRetries must be a number, but is ' + JSON.stringify(maxRetries));
|
|
7
|
+
}
|
|
8
|
+
if (!Number.isFinite(maxRetries)) {
|
|
9
|
+
throw new TypeError('maxRetries must be finite, but is ' + maxRetries);
|
|
10
|
+
}
|
|
11
|
+
if (Number.isNaN(maxRetries)) {
|
|
12
|
+
throw new TypeError('maxRetries is NaN');
|
|
13
|
+
}
|
|
14
|
+
if (maxRetries < 0) {
|
|
15
|
+
throw new TypeError(`maxRetries cannot be negative but is ${maxRetries}`);
|
|
16
|
+
}
|
|
17
|
+
if (maxRetries % 1 !== 0) {
|
|
18
|
+
throw new TypeError(`maxRetries should be an integer, but is ${maxRetries}.`);
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
exports.validateMaxRetries = validateMaxRetries;
|
|
22
|
+
//# sourceMappingURL=validate-retries.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"validate-retries.js","sourceRoot":"","sources":["../../src/shared/validate-retries.ts"],"names":[],"mappings":";;;AAAA,SAAgB,kBAAkB,CACjC,UAAmB;IAEnB,IAAI,OAAO,UAAU,KAAK,QAAQ,EAAE;QACnC,MAAM,IAAI,SAAS,CAClB,sCAAsC,GAAG,IAAI,CAAC,SAAS,CAAC,UAAU,CAAC,CACnE,CAAC;KACF;IAED,IAAI,CAAC,MAAM,CAAC,QAAQ,CAAC,UAAU,CAAC,EAAE;QACjC,MAAM,IAAI,SAAS,CAAC,oCAAoC,GAAG,UAAU,CAAC,CAAC;KACvE;IAED,IAAI,MAAM,CAAC,KAAK,CAAC,UAAU,CAAC,EAAE;QAC7B,MAAM,IAAI,SAAS,CAAC,mBAAmB,CAAC,CAAC;KACzC;IAED,IAAI,UAAU,GAAG,CAAC,EAAE;QACnB,MAAM,IAAI,SAAS,CAAC,wCAAwC,UAAU,EAAE,CAAC,CAAC;KAC1E;IAED,IAAI,UAAU,GAAG,CAAC,KAAK,CAAC,EAAE;QACzB,MAAM,IAAI,SAAS,CAClB,2CAA2C,UAAU,GAAG,CACxD,CAAC;KACF;AACF,CAAC;AA1BD,gDA0BC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"validate-site-name.d.ts","sourceRoot":"","sources":["../../src/shared/validate-site-name.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,gBAAgB,aAAc,MAAM,SAQhD,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.validateSiteName = void 0;
|
|
4
|
+
const validateSiteName = (siteName) => {
|
|
5
|
+
if (!siteName.match(/([0-9a-zA-Z-!_.*'()]+)/g)) {
|
|
6
|
+
throw new Error("The `siteName` must match the RegExp `/([0-9a-zA-Z-!_.*'()]+)/g`. You passed: " +
|
|
7
|
+
siteName +
|
|
8
|
+
'. Check for invalid characters.');
|
|
9
|
+
}
|
|
10
|
+
};
|
|
11
|
+
exports.validateSiteName = validateSiteName;
|
|
12
|
+
//# sourceMappingURL=validate-site-name.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"validate-site-name.js","sourceRoot":"","sources":["../../src/shared/validate-site-name.ts"],"names":[],"mappings":";;;AAAO,MAAM,gBAAgB,GAAG,CAAC,QAAgB,EAAE,EAAE;IACpD,IAAI,CAAC,QAAQ,CAAC,KAAK,CAAC,yBAAyB,CAAC,EAAE;QAC/C,MAAM,IAAI,KAAK,CACd,gFAAgF;YAC/E,QAAQ;YACR,iCAAiC,CAClC,CAAC;KACF;AACF,CAAC,CAAC;AARW,QAAA,gBAAgB,oBAQ3B"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@remotion/lambda",
|
|
3
|
-
"version": "3.0.0-lambda.
|
|
3
|
+
"version": "3.0.0-lambda.250+8bed66801",
|
|
4
4
|
"description": "Utility functions for audio and video",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -21,19 +21,21 @@
|
|
|
21
21
|
"url": "https://github.com/JonnyBurger/remotion"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@aws-sdk/client-
|
|
25
|
-
"@aws-sdk/client-
|
|
26
|
-
"@aws-sdk/client-
|
|
27
|
-
"@aws-sdk/
|
|
28
|
-
"@
|
|
29
|
-
"@
|
|
30
|
-
"@remotion/
|
|
24
|
+
"@aws-sdk/client-cloudwatch-logs": "3.42.0",
|
|
25
|
+
"@aws-sdk/client-iam": "3.42.0",
|
|
26
|
+
"@aws-sdk/client-lambda": "3.42.0",
|
|
27
|
+
"@aws-sdk/client-s3": "3.42.0",
|
|
28
|
+
"@aws-sdk/lib-storage": "3.42.0",
|
|
29
|
+
"@aws-sdk/s3-request-presigner": "3.42.0",
|
|
30
|
+
"@remotion/bundler": "3.0.0-lambda.250+8bed66801",
|
|
31
|
+
"@remotion/cli": "3.0.0-lambda.250+8bed66801",
|
|
32
|
+
"@remotion/renderer": "3.0.0-lambda.250+8bed66801",
|
|
31
33
|
"aws-policies": "^1.0.1",
|
|
32
34
|
"dotenv": "^10.0.0",
|
|
33
35
|
"minimist": "^1.2.5",
|
|
34
36
|
"p-limit": "^3.1.0",
|
|
35
37
|
"prompt": "^1.1.0",
|
|
36
|
-
"remotion": "3.0.0-lambda.
|
|
38
|
+
"remotion": "3.0.0-lambda.250+8bed66801"
|
|
37
39
|
},
|
|
38
40
|
"peerDependencies": {
|
|
39
41
|
"react": "^17.0.1",
|
|
@@ -57,5 +59,5 @@
|
|
|
57
59
|
"publishConfig": {
|
|
58
60
|
"access": "public"
|
|
59
61
|
},
|
|
60
|
-
"gitHead": "
|
|
62
|
+
"gitHead": "8bed66801069bc79ca88be6ae89846022e68424b"
|
|
61
63
|
}
|
package/remotionlambda.zip
CHANGED
|
Binary file
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"replicate-binaries.d.ts","sourceRoot":"","sources":["../../src/admin/replicate-binaries.ts"],"names":[],"mappings":""}
|