#awslambdafunction — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #awslambdafunction, aggregated by home.social.
-
@aeveltstra At the source, the DB is #MSSQLServer . The target is #AWSDynamoDB . A mapping tool runs #SQL queries to ETL the data into JSON. That is sent to a REST API on #AWSAPIGateway . The API maps the input JSON to a format for DDB, and pushes it into the target table.
The difficult part was to figure out how to integrate the API with DDB directly, without using an #AWSLambdaFunction as a transformer and loader.
Another challenge is how to protect it from malice. An API key for now.