githubEdit

Configuring functions

circle-info

This page was generated from content adapted from the AWS Developer Guidearrow-up-right

Configuring function options

  • Note Configuring ephemeral storage past the default 512 MB allocated incurs a cost. For more information, see Lambda pricingarrow-up-right.

  • Note Compute Optimizer supports only functions that use x86_64 architecture.

Environment variables

Versions

  • Note Lambda doesn't create a new version if the code in the unpublished version is the same as the previous published version. You need to deploy code changes in $LATEST before you can create a new version.

Creating layers

  • Note For Node.js runtimes, Lambda doesn't currently support ES module dependencies in layers.

  • Note Each time that you call publish-layer-version, you create a new version of the layer.

Last updated