Skip to content
Discussion options

You must be logged in to vote

Hello aaarichter,
, thanks for your patience. Our team is still figuring out team mechanisms for working with Github. We appreciate your understanding.

Lambda invocations made through EventbridgeRule are by default asynchronously invoked. I believe the reason why your CDK code is not working is because for durable lambda functions, you need to use a qualified ARN. I.E. you need to specify a version of the function. Please reference a particular version of the function instead.

https://docs.aws.amazon.com/lambda/latest/dg/durable-invoking.html#durable-invoking-qualified-arns

Please note that for "Production" use cases, we don't recommend using $LATEST.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by SilanHe
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants