How to modify Local Secondary Indexes of an existing DynamoDB tableIs there any way to modify Local Secondary Indexes of an existing DynamoDB table?Jun 12, 2024Jun 12, 2024
Struct protobuf type is useful to convert JSON objectsHave you ever considered including JSON data in a protobuf message?May 28, 2024May 28, 2024
Nginx/OpenResty Common StoriesNginx often doesn’t work as intended because its configuration is kind of complicated, especially for beginners. So I summarize the helpful…Sep 1, 2017Sep 1, 2017
Docker Compose Best PracticeDocker Compose is very useful for building the environment of multiple docker containers. Some examples are in official document, but we’re…Apr 29, 20171Apr 29, 20171
How to create custom pom.xml without dependencies by GradleIf you want to create custom pom.xml by Gradle, you can use maven plugin and define pom object in build.gradle, as below.Feb 25, 2017Feb 25, 2017