We would like to use third party cookies and scripts to improve the functionality of this website. Approve Deny More info
Avatar

HUMANSREADCODE

  1. Search
  2. Archives
  3. About
  4. Privacy
    1. Dark Mode

Categories

AWS CloudFormation Architecture Ai Context Engineering AWS API Gateway DevOps OpenAPI Quality Testing Java

Archives

2025 5
2023 3
2021 1
2020 2
2019 4
More
Featured image of post Encrypt DynamoDB with a Customer Managed KMS Key
Security AWS DynamoDB AWS CloudFormation

Encrypt DynamoDB with a Customer Managed KMS Key

Control AWS DynamoDB encryption by using a Customer managed customer master key (CMK) to encrypt data at rest using server side encryption (SSE).

Oct 22, 2020
2 minute read
DevOps AWS CloudFormation

Split CloudFormation Stacks

Using multple CloudFormation stacks can help you better organise your resources

Jul 14, 2019
2 minute read
Featured image of post How to use OpenAPI with AWS API Gateway
AWS API Gateway AWS CloudFormation OpenAPI

How to use OpenAPI with AWS API Gateway

Here is how to use an OpenAPI specification to define an AWS API Gateway API

May 29, 2019
4 minute read
Featured image of post Safe Deployments with API Gateway and Lambda AutoPublishAlias
AWS API Gateway AWS CloudFormation OpenAPI

Safe Deployments with API Gateway and Lambda AutoPublishAlias

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.

May 29, 2019
3 minute read
Featured image of post IP Filtering with AWS API Gateway Resource Policies
AWS API Gateway AWS CloudFormation OpenAPI

IP Filtering with AWS API Gateway Resource Policies

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.

May 03, 2019
3 minute read
Java Spring Functional Programming

Non-blocking Webapps with Spring Boot & CompletableFuture

It’s easy to write non-blocking, asynchronous multi-layered web applications using Spring 4.2+ and Java 8’s CompletableFuture. Here’s how...

Jul 19, 2017
9 minute read
Java Spring

Asynchronous Query Methods with Spring Data & Completable Future

CompletableFuture provides an easy way to write asynchronous, non-blocking, multithreaded code in Spring 4.2+. Here’s how...

Jun 08, 2017
2 minute read
Build

Self contained projects with Gradle Wrapper

The Gradle Wrapper is a handy way of bundling a Gradle runtime with your project. Here’s how...

Jun 03, 2017
2 minute read
Testing Performance

Performance Testing with ab and Docker

The Apache HTTP server benchmarking tool `ab` is a handy utility you can use to quickly performance test your HTTP services...

May 29, 2017
2 minute read
1 2
© 2025 HUMANSREADCODE
Built with Hugo
Theme Stack designed by Jimmy