Add Cognito signed-up users to RDS Postgres database by AWS Lambda function
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...
binli.hashnode.dev2 min read