diff --git a/src/adapters/deployer/index.ts b/src/adapters/deployer/index.ts index 00c237e..61d1eb9 100644 --- a/src/adapters/deployer/index.ts +++ b/src/adapters/deployer/index.ts @@ -59,8 +59,7 @@ export function createDeployerComponent( const receipt = await client.send( new PublishCommand({ TopicArn: components.sns.arn, - Message: JSON.stringify(deploymentToSqs), - MessageDeduplicationId: entity.entityId + Message: JSON.stringify(deploymentToSqs) }) ) logger.info('Notification sent', { @@ -74,8 +73,7 @@ export function createDeployerComponent( const receipt = await client.send( new PublishCommand({ TopicArn: components.sns.eventArn, - Message: JSON.stringify(deploymentToSqs), - MessageDeduplicationId: entity.entityId + Message: JSON.stringify(deploymentToSqs) }) ) logger.info('Notification sent to events SNS', {