home.social

#awsapigateway — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #awsapigateway, aggregated by home.social.

  1. @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.

  2. The other day we were fighting #AWS over an #AWSIAM user role and #security policy that made it impossible for #AWSAPIGateway to talk to #AWSS3. Resolution: just create a new IAM user role and security policy. With the exact same contents! Baffled our poor AWS support agent.