> ## Documentation Index
> Fetch the complete documentation index at: https://docs.paradime.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Invoke AWS Lambda

> Add an Invoke AWS Lambda command to a Paradime Bolt schedule to run serverless functions from the Paradime CLI as part of your dbt™ pipeline.

Invoke one or more AWS Lambda functions from a Bolt schedule to run custom logic as part of your pipeline.

## Prerequisites

* AWS connected as a [workspace integration](/integrations/aws-lambda). AWS credentials are taken from that integration.

## Usage

Add the **Invoke AWS Lambda** command to your schedule and enter the command to run. The modal accepts any command supported by the [Paradime AWS Lambda CLI](/developers/paradime-cli/aws-lambda-cli):

```bash theme={"system"}
paradime run aws-lambda-trigger --function-names=my_fn
```

Invoke functions by name or ARN, and pass a JSON body with `--payload='{"key":"value"}'`.

## Learn more

See the [Paradime AWS Lambda CLI](/developers/paradime-cli/aws-lambda-cli) for the full command and flag reference.


## Related topics

- [AWS Lambda](/integrations/aws-lambda.md)
- [AWS Lambda CLI](/developers/paradime-cli/aws-lambda-cli.md)
- [Commands](/products/bolt/creating-schedules/command-settings/index.md)
- [Integrations](/integrations/index.md)
- [Invoke GCP Cloud Function](/products/bolt/creating-schedules/command-settings/gcp-cloud-function.md)
