Multiple Lambda Functions---Configuring Layers and Deployment

Learn the syntax and purpose of specific sections in the serverless.yml file for writing multiple Lambda functions using layers.

The custom section

We use the custom section to:

  • Define our custom objects, such as name prefixes, tags, or config file references, which we can later reference in serverless.yml .

  • Configure particular plugins used in the service.

Get hands-on with 1200+ tech skills courses.