npx remotion lambda sites ls
npx remotion lambda sites ls获取站点列表。打印出的 URL 可以传递给 render 命令以渲染视频。
🌐 Get a list of sites. The URL that is printed can be passed to the render command to render a video.
示例输出
站点名称 存储桶大小 上次更新
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
要选择的 AWS 区域。项目和函数都应在此区域内。
🌐 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示例输出
pr6fwglz05 测试平台
--force-path-stylev4.0.202
将 forcePathStyle 传递给 AWS S3 客户端。如果你不知道这是什么,你很可能用不到它。
🌐 Passes forcePathStyle to the AWS S3 client. If you don't know what this is, you probably don't need it.