What you can do
- Invoke one or more Lambda functions by name or ARN
- Pass a JSON payload to each function
Prerequisites
- An IAM user or role with permission to invoke the target functions (
lambda:InvokeFunction).
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Invoke AWS Lambda functions from Paradime Bolt schedules to run custom serverless logic before, between, or after your dbt™ model runs.
lambda:InvokeFunction).| Variable | Required | Description |
|---|---|---|
AWS_ACCESS_KEY_ID | Required | Access key ID for an IAM user or role. |
AWS_SECRET_ACCESS_KEY | Required | Secret access key for the IAM user or role. |
AWS_REGION | Required | AWS region your resources are in (for example, us-east-1). |
AWS_SESSION_TOKEN | Optional | Session token, only for temporary credentials. |