@wraps.dev/cli 1.1.5 → 1.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli.js +5 -0
- package/dist/cli.js.map +1 -1
- package/dist/lambda/event-processor/.bundled +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -3105,6 +3105,11 @@ async function createSESResources(config2) {
|
|
|
3105
3105
|
tlsPolicy: "REQUIRE"
|
|
3106
3106
|
// Require TLS 1.2+ for all emails
|
|
3107
3107
|
} : void 0,
|
|
3108
|
+
suppressionOptions: {
|
|
3109
|
+
// Automatically suppress hard bounces and complaints at the configuration set level
|
|
3110
|
+
// This provides protection even if account-level suppression isn't configured
|
|
3111
|
+
suppressedReasons: ["BOUNCE", "COMPLAINT"]
|
|
3112
|
+
},
|
|
3108
3113
|
tags: {
|
|
3109
3114
|
ManagedBy: "wraps-cli",
|
|
3110
3115
|
Description: "Wraps email tracking configuration set"
|