Adds a Python script that allows for rehydrating data from S3 into Substation via SNS
Motivation and Context
This addresses a use case where teams need to rehydrate (re-ingest) data from an S3 bucket into Substation. No new infrastructure is required to use this (if the team is already using SNS notifications for S3), the script simulates the object notification that S3 sends to Lambda.
How Has This Been Tested?
Integration tested in a development AWS account using an S3 bucket, SNS topic, and Substation Lambda running the AWS_S3_SNS handler.
Types of changes
[ ] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to change)
Checklist:
[x] My code follows the code style of this project.
[x] My change requires a change to the documentation.
Description
Motivation and Context
This addresses a use case where teams need to rehydrate (re-ingest) data from an S3 bucket into Substation. No new infrastructure is required to use this (if the team is already using SNS notifications for S3), the script simulates the object notification that S3 sends to Lambda.
How Has This Been Tested?
Integration tested in a development AWS account using an S3 bucket, SNS topic, and Substation Lambda running the AWS_S3_SNS handler.
Types of changes
Checklist: