Jaro
Jaro
Hi, I am trying to overload default behavior of - for example - POST method on an endpoint: `resource.create.write((req, res, ctx) => { // my custom DB insert here });`...
Hello, we recently stumbled upon an issue with the worker processing messages in a go-loop: https://github.com/TheClimateCorporation/squeedo/blob/master/src/com/climate/squeedo/sqs_consumer.clj#L68-L77 as the worker is working through messages, the `compute` is wrapped in a try/catch...
### Checkboxes for prior research - [X] I've gone through [Developer Guide](https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide) and [API reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest) - [X] I've checked [AWS Forums](https://forums.aws.amazon.com) and [StackOverflow](https://stackoverflow.com/questions/tagged/aws-sdk-js). - [X] I've searched for [previous similar...