Can Lambda automatically update layer configurations?

0

According to announcement "The AWS Lambda console now supports bulk update of layers", I was under the impression that "This release (would) eliminate(s) the need to update one function at a time or utilize an external script to perform the update on multiple functions."

I am currently using an external script to update multiple functions when lambda layers are updated. Is this notice implying an automatic way to update the layers? If so, how and where would I access this feature?

I am familiar with accessing the AWS Lambda console and manually bulk updating all functions that use that particular layer.

Any clarification would be appreciated! Thanks again!

Click here for site.

已提问 2 年前1148 查看次数
1 回答
1

This is a new console feature. This means it is only available via the console. The console runs a script to update the layers. There is no new API to do this.

If you update the layers from a script, you will continue to use the script. Nothing changes.

profile pictureAWS
专家
Uri
已回答 2 年前
profile pictureAWS
专家
已审核 2 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则