Serverless Triggers
Trigger serverless functions directly from IoT device data
Soracom Funk invokes serverless cloud functions using data sent from IoT devices. Device payloads are passed directly as function input, enabling lightweight cloud-side processing without managing servers or message brokers.
What it does
- AWS Lambda support — Trigger Lambda functions with device data as the event payload
- Google Cloud Functions support — Call Google Cloud Functions directly from the Soracom platform
- Azure Functions support — Invoke Azure Functions with automatic credential handling
- Pass device data as function payload — The device message body becomes the function input, with SIM metadata available in headers
What to scale to next
When one-function triggers evolve into broader operational workflows, these Scale-tier services are common next steps:
- Soracom Flux — Use when you need multi-step automation, conditional routing, and event orchestration beyond single function invocations.
- Soracom Lagoon — Use when teams need dashboards and shared visibility into function-driven outcomes and device KPIs.
- Soracom Query — Use when non-developer users need fast, natural-language analysis over IoT data and results.
Related
- Protocol Conversion & Forwarding — Forward data to general cloud endpoints
- Direct Cloud Delivery — Deliver data to managed cloud service adapters
- Credentials Store — Manage cloud credentials used by Funk