I am testing setting and incrementing my Counter in Postman. Both calls PUT and GET return the following HTTP 301 response:
<title>301 Moved Permanently</title>
301 Moved Permanently
nginx/1.12.2
My increment call is:
http://stateful.co/c/TestDB/inc?value=5

My set call is:

I am attempting to build a auto increment counter for my DynamoDB table, and I was testing my newly created counter to ensure the REST call worked prior to including it in my application. Please advise what I am doing wrong as I am on a deadline to complete this application.
I am testing setting and incrementing my Counter in Postman. Both calls PUT and GET return the following HTTP 301 response:
<title>301 Moved Permanently</title>301 Moved Permanently
nginx/1.12.2
My increment call is:

http://stateful.co/c/TestDB/inc?value=5
My set call is:

I am attempting to build a auto increment counter for my DynamoDB table, and I was testing my newly created counter to ensure the REST call worked prior to including it in my application. Please advise what I am doing wrong as I am on a deadline to complete this application.