Lambda Functions API

Claude Code Sandbox - API Documentation

Lambda 1: Personalized Greeter

Endpoint

https://q2ti5ki5ghvwjssrik2j7jbmiq0tknps.lambda-url.us-east-1.on.aws/

Method

GET

Query Parameters

Parameter Type Required Description
name string No Name to greet. Defaults to "World"

Response

{
  "message": "Hello, {name}!",
  "timestamp": "2026-01-15T20:00:00.000Z",
  "source": "Claude Code Sandbox Lambda"
}

Sample Calls

cURL Example

curl "https://q2ti5ki5ghvwjssrik2j7jbmiq0tknps.lambda-url.us-east-1.on.aws/?name=Claude"

Try It Now

Additional Information