Skip to main content
The Paradime SDK provides CLI commands to interact with AWS Lambda, allowing you to trigger one or more functions and list all functions with their status.
AWS credentials are read from environment variables or the AWS credential chain:
  • AWS_ACCESS_KEY_ID
  • AWS_SECRET_ACCESS_KEY
  • AWS_SESSION_TOKEN (optional)
  • AWS_REGION

Trigger Lambda Functions

Trigger one or more AWS Lambda functions.
Options Example

List Lambda Functions

List all AWS Lambda functions with their status.
Options Example