Skip to main content
AWS Lambda is a serverless compute service that runs your code in response to events without provisioning servers. Trigger AWS Lambda functions as part of your Paradime Bolt schedules using the Paradime CLI.

What you can do

  • Trigger one or more Lambda functions from a Bolt schedule
  • Pass a JSON payload to the functions
  • Choose the invocation type (synchronous, asynchronous, or dry run)
  • List available Lambda functions with their status

Prerequisites

  • AWS credentials: AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, AWS_REGION, and optionally AWS_SESSION_TOKEN for temporary credentials

Trigger from Bolt

Set your credentials as environment variables on your Bolt schedule, then run the command as part of the schedule. See the full command reference, flags, and examples in the AWS Lambda CLI documentation.