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.

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南