Amazon web services – Terraform Lambda Invocation
I want to bootstrap a new RDS cluster with a user and password while it's being instantiated by Terraform. I've created a Lambda and successfully configured a cluster with hardcoded variables. Here's the Python: import boto3 import psycopg2 user =…