We would like to use third party cookies and scripts to improve the
functionality of this website.
Approve
Deny
More info
Control AWS DynamoDB encryption by using a Customer managed customer master key (CMK) to encrypt data at rest using server side encryption (SSE).
Using multple CloudFormation stacks can help you better organise your resources
Here is how to use an OpenAPI specification to define an AWS API Gateway API
Take advantage of the automatic versioning and aliasing of your Lambdas to instantly shift traffic to your new API deployments. Rollback by repointing the problematic Lambda’s alias to the previous version.
Use an API Gateway Resource Policy to allow access to your APIs only from certain IPs. This is a handy approach for locking down your non-production APIs so that they are not publicly accessible.
It’s easy to write non-blocking, asynchronous multi-layered web applications using Spring 4.2+ and Java 8’s CompletableFuture. Here’s how...
CompletableFuture provides an easy way to write asynchronous, non-blocking, multithreaded code in Spring 4.2+. Here’s how...
The Gradle Wrapper is a handy way of bundling a Gradle runtime with your project. Here’s how...
The Apache HTTP server benchmarking tool `ab` is a handy utility you can use to quickly performance test your HTTP services...