Pick the language per service
Node, Python and Ruby all run as first-class functions, so a service can sit wherever its libraries already are. Nothing forces one language across the whole backend.
- Node.js 22 and 24, handler index.handler
- Python 3.10 to 3.14, handler main.handler
- Ruby 3.3, 3.4 and 4.0
nodejs22 nodejs24python3.10 python3.11 python3.12python3.13 python3.14ruby3.3 ruby3.4 ruby4.0# one backend, three languages, no extra infrastructure