Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Commit d2b86ec

Browse files
authored
add configurable variable for SNS email sender (#1582)
1 parent f33406e commit d2b86ec

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

content/en/references/configuration.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,12 @@ Please consult the [migration guide]({{< ref "user-guide/aws/lambda#migrating-to
299299
| `S3_SKIP_SIGNATURE_VALIDATION`| `0` \| `1` (default) | Used to toggle validation of S3 pre-signed URL request signature. Set to `0` to validate. Note that validation can only pass if the `AWS_SECRET_ACCESS_KEY` is set to `test` or if using credentials returned from `STS.AssumeRole` |
300300
| `S3_SKIP_KMS_KEY_VALIDATION` | `0` \| `1` (default) | Used to toggle validation of provided KMS key in S3 operations. |
301301

302+
### SNS
303+
304+
| Variable | Example Values | Description |
305+
| - | - | - |
306+
| `SNS_SES_SENDER_ADDRESS` | `no-reply@sns.localstack.cloud` \| `admin@localstack.com` (default) | The email address used to send SNS `email` and `email-json` notifications. |
307+
302308
### SQS
303309

304310
| Variable | Example Values | Description |

0 commit comments

Comments
 (0)