Introduction to CloudFormation for API Gateway
Blog post that outlines which AWS CloudFormation resources are required to create an AWS API Gateway backed by an AWS Lambda function.
Blog post that outlines which AWS CloudFormation resources are required to create an AWS API Gateway backed by an AWS Lambda function.
Example of how a you can use a set of bash scripts to implement continuous deployment on AWS Lambda, with reference to a working sample project at GitHub.
Blog post about HostedZoneId configuration for a Route53 AliasTarget targeting an Elastic Beanstalk environment in CloudFormation.
Blog post about how you can use AWS Custom Resources to generate an AWS Lambda function with a predefined name.
Blog post about how different Gradle command line options and tasks can improve your efficiency when working with a multi-module Gradle project.
Blog post about how the Gradle dependency management plugin can be used to reuse curated dependency versions provided by Spring Boot in non-Spring Boot proje...
A brief introduction to how Spring Session can be used when scaling out servlet sessions.
Example of how you can create a custom jUnit @Rule to invalidate Spring caches to avoid residual data when executing integration tests.
I have written about Spring’s support for web response error handling a few times before (e.g. about custom error responses and how they can be generalized. ...
An example of how you can implement an asynchronous web server based on Spring 4.0.