Closed richgarner-nsw-gov closed 9 months ago
On further investigation it seems to be resolved by rolling back @aws-sdk/client-sqs
from 3.363.0
to 3.362.0
.
check your lockfile for multiple installed versions of @smithy/types
. Upgrade the dependency such that your lockfile only contains one version of it, and that should fix the compilation error.
When I try to use the
SendMessageBatchCommand
command in the send function of the SQS client I get this type error.Example code:
I get the type error: