npx remotion lambda sites ls
npx remotion lambda sites ls
Get a list of sites. The URL that is printed can be passed to the render
command to render a video.
Example output
Site Name Bucket Size Last updated
pr6fwglz05 remotionlambda-abcdefg 14.7 MB 2021-12-02
https://remotionlambda-abcdefg.s3.eu-central-1.amazonaws.com/sites/pr6fwglz05/index.html
testbed remotionlambda-abcdefg 14.7 MB 2021-12-02
https://remotionlambda-abcdefg.s3.eu-central-1.amazonaws.com/sites/testbed/index.html
--region
The AWS region to select. Both project and function should be in this region.
--quiet
, -q
Returns only a list of space-separated sites.
npx remotion lambda sites ls -q
Example output
pr6fwglz05 testbed
--force-path-style
v4.0.202
Passes forcePathStyle
to the AWS S3 client. If you don't know what this is, you probably don't need it.