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 Risposte
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
con risposta 2 anni fa
profile picture
ESPERTO
verificato un mese fa
0

There is not cost for sharing a layer.

profile pictureAWS
ESPERTO
Uri
con risposta 2 anni fa
profile picture
ESPERTO
verificato un mese fa
  • 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.

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande