Jaiden Ashmore

Results 23 comments of Jaiden Ashmore
trafficstars

Awesome, a Storybook addon is a much better approach. looking forward to seeing that!

Awesome, thanks for the quick response. I'll take a look at making those changes

Nah that is only for the case where you have two different AWS accounts. If you are using the same AWS account you can just do the 2 annotations with...

Hey, yeah so from memory if the first message fails to be processed it will not attempt the second message because that breaks the FIFO ordering. E.g in this scenario:...

Hmm yeah I have been thinking about this and unsure what the best approach for this is as this is what the SQS FIFO queue allows us to do. If...

Interesting, what you are doing is correct and there must be a bug. I have seen similar problems before with other annotations and I was able to get around it...

Okay it looks like we wouldn't get automatic integration for this, e.g. you can see that newrelic has custom integration code for each integration that they want to support: https://github.com/newrelic/newrelic-java-agent/tree/main/instrumentation....

> Is there a way to handle or catch any exceptions that may occur in the library after the message is received from the queue and is not yet sent...

I have tried to cover all those cases so think if the message is chosen to be processed I think it would send it to the function if all the...

Yeah that's fine if you wanted to commit it back to the repo. You can also just build it in your repo specific for your use case as well