Functions
Set up a function
Use Amplify CLI to add powerful Lambda functions to your cloud-based mobile and web app with a simple guided workflow.
Reuse code and assets using layers
Use Amplify CLI's Lambda layer capability to reuse code & assets across functions.
Environment variables
Configure environment variables for AWS Lambda functions
Access secret values
Configure Lambda functions to securely access secret values
Build options
Use build options for the function category in Amplify to execute a script before a function is deployed, for example, to transpile Typescript or ES6 with Babel into a format that is supported by the AWS Lambda's node runtime.
Configure Lambda function settings
Learn how to configure custom settings for your Lambda function
Call a GraphQL API from a Lambda function
Interact with a GraphQL API from a Lambda function.