Henri Cook

Results 72 comments of Henri Cook

Sadly this didn't work out for me, but I don't blame Steward. The /approvals API that this MR used is only available in Gitlab Premium and we're currently on the...

Three years on and I'm still using V1 as in my original comment. If you want to provide a migration path off using SnsMessageManager instead of migrating it to V2...

```scala private val messageManager = new SnsMessageManager(Regions.EU_WEST_1.getName) def parseMessage(messageBody: InputStream): Try[Unit] = Try(messageManager.parseMessage(messageBody)) ``` Takes care of everything for you 🤷🏻 - this is what you can't do in V2...

No, i'm only using V1 in my project. I'm blocked from using V2 because I want the ability to verify received messages from SES/SNS-JSON-HTTP callbacks using the library, like I...

@alexITC > in our case, we ended up using java mockito. Would love to read a 'how to convert' style blog post if you find yourself so motivated! Is it...

EDITED: To add a `mock` and lazy `doNothing` method I've actually just done this, it really was quite easy, but we weren't using mockito-scala matchers. So most of our matchers...

I came here to do this work so that we can have approvers set by SS on Gitlab and was happy to find your MR @endertunc - I've thrown in...

@PromanSEW Would you mind telling me how to disable this in 3.0.2 please? It sounds like it might save some unused code generation in my purely Scala Play project? I...