Add Cognito signed-up users to RDS Postgres database by AWS Lambda function
Apr 10, 2023 · 2 min read · This article describes when a user is signed up to a Cognito user pool, an AWS lambda function is triggered and adds the user to a table in an RDS PostgreSQL database. Create an AWS lambda function Paste the codes to the lambda function import os im...
Join discussion



