-
Notifications
You must be signed in to change notification settings - Fork 114
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add configurable variable for SNS email sender (#1582)
- Loading branch information
Showing
1 changed file
with
6 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -299,6 +299,12 @@ Please consult the [migration guide]({{< ref "user-guide/aws/lambda#migrating-to | |
| `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` | | ||
| `S3_SKIP_KMS_KEY_VALIDATION` | `0` \| `1` (default) | Used to toggle validation of provided KMS key in S3 operations. | | ||
|
||
### SNS | ||
|
||
| Variable | Example Values | Description | | ||
| - | - | - | | ||
| `SNS_SES_SENDER_ADDRESS` | `[email protected]` \| `[email protected]` (default) | The email address used to send SNS `email` and `email-json` notifications. | | ||
|
||
### SQS | ||
|
||
| Variable | Example Values | Description | | ||
|