HomeGuides
Try a DemoGet the Latest ReleaseSee the CHANGELOGCreate a Feature Request / Bug ReportJoin the Conversation
Guides

Substation

Substation applications designed to run in AWS.

Use this application to transform data received by AWS Lambda triggers. Each trigger is configured by setting the environment variable SUBSTATION_LAMBDA_HANDLER:

Configuration

{
  concurrency: 2,
  transforms: [
    ...
  ],
}