ediverse Explore the platform

Spotlight PEPPOL BIS Billing 3.0 The EU e-invoicing mandate is here — France Sept 2026, Belgium Jan 2026, Germany 2025.

LAMBDA-EDI

The serverless runtime for EDI pipelines — millisecond billing, auto-scale.

Definition

Lambda executes Node.js, Python, Java, Go, .NET, Ruby. Limits: 10 GB RAM, 15 min timeout, 6 MB synchronous payload, 256 KB async. Typical EDI patterns: S3 ObjectCreated trigger → Lambda parse EDIFACT → DynamoDB; SQS → Lambda validate INVOIC → SNS.

Origin

Launched by AWS at re:Invent 2014. Pioneer of the commercial serverless model.

Example in context

A Lambda function subscribed to an S3 bucket, parsing each .edi file dropped, validating via Schematron and publishing to Kinesis.

  • AWS S3 — most common trigger source.

Last updated: May 14, 2026