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.

2 réponses
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
répondu il y a 2 ans
profile picture
EXPERT
vérifié il y a un mois
0

There is not cost for sharing a layer.

profile pictureAWS
EXPERT
Uri
répondu il y a 2 ans
profile picture
EXPERT
vérifié il y a un mois
  • 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.

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions