Skip to content

Commit

Permalink
Update email.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
jdinh8124 committed Jan 23, 2025
1 parent 7550aa4 commit 8013e1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/stacks/email.ts
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ export class Email extends cdk.NestedStack {

alarm.addAlarmAction(new cdk.aws_cloudwatch_actions.SnsAction(alarmTopic));

new CfnEventSourceMapping(this, "SinkSESTrigger1", {
new CfnEventSourceMapping(this, "SinkSESTrigger3", {
batchSize: 1,
enabled: true,
selfManagedEventSource: {
Expand Down Expand Up @@ -250,7 +250,7 @@ export class Email extends cdk.NestedStack {
},
});

new CfnEventSourceMapping(this, "SinkSESTrigger2", {
new CfnEventSourceMapping(this, "SinkSESTrigger4", {
batchSize: 1,
enabled: true,
selfManagedEventSource: {
Expand Down

0 comments on commit 8013e1e

Please sign in to comment.