A while ago we presented a library that helps logging in a text calls a few details about a call you did to AWS. We are more than happy to say that feedback received was very positive and also many improvement ideas have come from you. Accordingly, we want to announce a new version for […]
Tag: Maven
How to log AWS calls details
After a post about request handlers, we considered it’s time to see a good use case where this feature could be used. What if we create a library that logs in a separate file details about a call to AWS, like latency, response code and so on? Maybe these information are useless in 99.99% of […]
Run workflows using AWS Step Functions
The previous post about integrating SWF in a Spring Boot application received a lot of feedback that convinced us this topic is interesting for our readers. But from all the replies, there was one that anticipated the subject of a future post we are going to debate today: why not using AWS Step Functions to […]
Integrating AWS SWF in a Spring Boot microservice
A while ago, we launched a series of articles about microservices using Java, Spring Boot and Amazon Web Services. Today we come with a new episode inspired by what is happening into practice: there are many cases when we need to execute from time to time a background process to complete a certain task: send […]