Lambda Layer costs

0

I want to create a Lambda layer for public use.

I am wondering if there are any costs associated with hosting a layer on my account that millions potentially could use?

The layer would be a Puppeteer for NodeJS.

profile picture
m0ltar
已提问 2 年前2875 查看次数
2 回答
1

There is no cost for storing the layer -- or using the layer. However, the layer storage does take up space in your total Lambda storage in your region (currently capped at 75GB).

Whether it's safe to host a public layer is relative. It depends on whether you want the data in the layer to be publicly viewable or not. The public layer will not incur you any cost if others use it.

AWS
已回答 2 年前
profile picture
专家
已审核 1 个月前
0

There is not cost for sharing a layer.

profile pictureAWS
专家
Uri
已回答 2 年前
profile picture
专家
已审核 1 个月前
  • sharing

    But are there any other associated costs?

    Like using the layer? Storing the layer?

    What about in the future? Any idea if this is "future proof"?

    Is it safe to create public layers and host them in your account?

  • No extra cost. Unless of course the layer code somehow uses resources in your account. With regards to storage, it just takes some of the 75GB storage you have in your account for your functions and layers.

    It is safe to create and host public layers.

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

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

回答问题的准则