esc-connector-lambda-typescript
A template to setup an AWS Lambda Secret Rotation Connector
Get started
Create a new project from this template with the Pulumi CLI:mkdir my-project && cd my-projectpulumi new esc-connector-lambda-typescriptConfiguration
The template prompts for these values duringpulumi new; adjust them any time with pulumi config set.| Key | Description | Default |
|---|---|---|
| aws:region | The AWS region to deploy into | us-west-2 |
| rdsDbIdentifier | The DB Identifier of the RDS cluster for which rotating secrets are being configured. | — |
| rotatedSecretsEnvironmentName | Name of the environment that will rotate the DB credentials. Format of the name needs to be `myProject/myEnvironment`. | — |
| managingCredsEnvironmentName | (Optional) Name of the environment that will contain the privileged managing user credentials used to rotate the user DB credentials. Otherwise the name will be derived from the rotated secrets environment name. | — |
| backendUrl | (Optional) The Pulumi Cloud URL. Change this URL ONLY if you are self-hosting Pulumi Cloud. | https://api.pulumi.com |