# AWS Lambda Forwarder

## Steps

1. Go to cloudformation, and search “datadog”, you should either see one of the following
   * `datadog-forwarder` as its own entry
   * `DatadogIntegration-ForwarderStack-***` as a nested stack
2. Click on the forwarder stack and click **update**
3. Select `use current template`
4. Set the following 2 parameters:
   * `DdUrl: $YOUR_NIMBUS_ENDPOINT`
   * `DdPort: 443`
5. Update the stack
