DAX Using Postman

0

Hello All,

I am trying to create/delete/describe clusters for DAX(DynamboDB Accelerator) using postman. But unable to. Can anyone let me know the details on how to achieve this?
Details required,

  1. Host : dax.region.amazonaws.com (Please correct if this is not correct)
  2. Service name : dax
  3. HTTP request : POST (I used Post as all other dynamodb operations are carried out using post request.)
  4. Query Parameters.
  5. Request Headers.
asked 4 years ago272 views
4 Answers
0

Thanks for reaching out. I have shared your question with our DAX team and will follow up with their reply.

answered 4 years ago
0

Thank you. I am waiting for your response.

answered 4 years ago
0

Hey manishkothari,

Unfortunately you won't be able to use Postman to connect to a DAX cluster because DAX uses its own protocol not base HTTP. Postman only works with HTTP-based protocols.

Are you just looking to do some testing/ad hoc querying? What's the use case for DAX + Postman?

answered 4 years ago
0

Thank you, I was just looking to do it via HTTP.

answered 4 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions