Groovy
How to build a microservice with AWS Lambda in Groovy
@benorama shows how to develop and deploy a Groovy microservice with AWS Lambda. I was not aware of AWS Lambda and it looks really interesting. With AWS Lambda you pay only for what you use. You are charged based on the number of requests for your functions and the time your code executes. Moreover, They have sizeable free tier. I can see myself using it as a backend service for small mobile apps.
Grails
IntelliJ IDEA 15 - Grails 3 Support
@trisha_gee published a short video which highlights the Grails 3 Support in IntelliJ IDEA 15.
Ratpack
Lightweight HTTP applications in the JVM with Groovy and Ratpack
@alvaro_sanchez talked to the Warsaw Groovy User Group about Ratpack. It is a recap of his talk in JDD 2015. Learn about Ratpack Handlers, Modules or how easy it to test a Ratpack endpoint.
Libraries
GR8 CRM
@goeh's GR8-CRM project is not news but it is a great project in the Groovy ecosystem. If you are looking for an open source CRM which you can integrate into your company and customise it to your needs, GR8 CRM maybe what you are looking for. It is built with Grails 2 and really modular.
Debugging Geb tests
Markus Schlichting published an IDE tip which enables to debug your Geb tests and find the selectors you are looking for.
Comment
I was last week in Dublin so I have struggled to catch up with the Groovy's news. Because of that this issue is a mix of news and links to projects or articles which I had in my pipeline and are surely worth your time
Groovy Calamari