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
:
- API Gateway (AWS_API_GATEWAY)
- DynamoDB (Stream) (AWS_DYNAMODB_STREAM)
- Kinesis Data Firehose (AWS_KINESIS_DATA_FIREHOSE)
- Kinesis Data Streams (AWS_KINESIS_DATA_STREAM)
- Lambda (Asynchronous Invocation) (AWS_LAMBDA)
- Lambda (Synchronous Invocation) (AWS_LAMBDA)
- S3 (AWS_S3)
- S3 via SNS (AWS_S3_SNS)
- SNS (AWS_SNS)
- SQS (AWS_SQS)
Configuration
{
concurrency: 2,
transforms: [
...
],
}
Updated 8 months ago