---
title: "esc-connector-lambda-typescript"
description: "A template to setup an AWS Lambda Secret Rotation Connector"
url: "https://www.pulumi.com/dev/templates/esc-connector-lambda-typescript/"
image: "https://www.pulumi.com/assets/og/dev/templates/esc-connector-lambda-typescript.png"
---

# 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:

```bash
mkdir my-project && cd my-project
pulumi new esc-connector-lambda-typescript
```

## Configuration

The template prompts for these values during `pulumi 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` |

## Links

- Deploy with Pulumi: https://app.pulumi.com/new?template=https%3A%2F%2Fgithub.com%2Fpulumi%2Ftemplates%2Ftree%2Fmaster%2Fesc-connector-lambda-typescript
- Source on GitHub: https://github.com/pulumi/templates/tree/master/esc-connector-lambda-typescript
