Skip to main content
AWS Lambda lets you run code without provisioning or managing servers. Trigger it from a Paradime Bolt schedule with the Paradime CLI, so it runs as part of your pipeline.

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).

Set up

Paradime authenticates to AWS with your IAM credentials. Set them as Bolt schedule environment variables:

Trigger from Bolt

Add the Invoke AWS Lambda command to a schedule. For the full command reference, flags, and examples, see the AWS Lambda CLI.