Skip to content

Lambda Browser

The Lambda browser shows function configurations and lets you invoke functions directly.

  • Function list with runtime, memory, timeout, and state
  • Runtime badges — Python, Node.js, Java, Go, .NET, Ruby, Container
  • State indicators — Active, Inactive, Pending, Failed
  • Alias and version management
  • Event source mappings — SQS, Kinesis, DynamoDB triggers
  • Invoke panel — send JSON payloads and view responses
  • Code download — download function deployment packages
  • Tagging support
OperationDescription
InvokeSend custom JSON payload, view response and logs
Download codeDownload the function’s deployment package

The invoke panel supports:

  • Custom JSON payloads
  • Invocation type selection (RequestResponse, Event, DryRun)
  • Response viewer with syntax highlighting
  • Execution logs inline