jmsalcido / spring-boot-aws-dynamo-db-example

sample

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

spring-boot-aws-dynamo-db-example

Hi, I created this as an example to understand how does Amazon Dynamo DB works.

Nothing special.

How to

  1. Create an AWS Account: Here
  2. Create a DynamoDB table in US_WEST_2 (or change region in AppConfiguration.java)
  3. Run with gradle: ./gradlew bootRun
  4. Use curl/postman/HTTPie to send a request:
    http POST :8080/persons/ firstName=Don lastName=Jose age=128 -v
  5. That's it.

Be happy, bye!

About

sample


Languages

Language:Java 90.1%Language:HTML 9.9%