Lambda is being invoked twice with default configuration. #244
zygopleural
started this conversation in
Constructs
Replies: 1 comment
-
🙃 ignore me was my fault 🙃 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've added the default configuration, namely:
And all is working fine, but my worker Lambda function is consistently being invoked twice.
I am sending a single even via
await sqs.sendMessage().promise()
and from logs it looks like I am only ever sending 1 message, but the worker Lambda is being invoked twice very rapidly (within 1s).Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions