nodejs服务迁移到LambdaNode.js,视频剪辑分析场景异步调用说明。

0

我之前本地用nodejs写的服务,现在在迁移到AWS的Lambda Node.js,主要应用场景是视频剪辑,分析,不懂如何异步调用,能否提供相关的说明?

profile picture
EXPERT
asked 2 months ago11 views
1 Answer
0

调用方式,看触发器,如果说是s3上传一个视频后就调用lambda,这属于异步,可以看一下这个文档 https://docs.aws.amazon.com/zh_cn/lambda/latest/dg/lambda-services.html#listing-of-services-and-links-to-more-information 里面也有一些示例

profile picture
EXPERT
answered 2 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions