Available Actions
invokelistlogs
Input Schema
{
"type": "object",
"required": [
"function_name"
],
"properties": {
"payload": {
"type": "object"
},
"function_name": {
"type": "string"
}
}
}Output Schema
{
"type": "object",
"properties": {
"payload": {
"type": "object"
},
"status_code": {
"type": "number"
}
}
}Quick Start
API Endpoint
POST /api/execute/aws-lambdacURL Example
curl -X POST \
https://api.nulayers.com/execute/aws-lambda \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"action": "invoke"}'