Closed Jimmy89 closed 11 months ago
Hey @Jimmy89
thanks for opening this issue, you're awesome!
I'm on vacation until mid next week, will keep you updated with the progress
Hey, just updating that I've been super busy in the last two weeks, will try to get to it towards this weekend. Thanks for your patience ❤️
@naorpeled Will you have any time soon to address this issue?
Setup:
When a lambda with alias is invoked by event bridge with
concurrency: 3
, it will invoke the alias once. The alias will try to invoke itself another two times. However, the alias that is provided is ignored by the warmer function and therefore thelatest
tag is called.I checked whether the target provided to the warmer function contains the alias, which it does. It seems the code does not use this part.
Code snippet:
Update:
after going through the code I notice two things:
Qualifier
key must be sent with the InvokeCommand.