如何在 SOAP UI 中对 Amazon DynamoDB 进行 POST 调用?

How to make a POST call in SOAP UI to Amazon DynamoDB?

我手边有这些东西,但无法使用肥皂 ui.

创建对 amazon dynamo 的 POST 请求

-资源url -ARN -API 具有写入权限的密钥 -网关路由。

请建议我该怎么做。我能够从 SOAP UI 进行 GET 调用。 POST 抛出 'Missing Authentication Token' 错误。我有一个 api 键,键的参数名称应该是什么?我试过accessKey,api_key.

Postman 是执行此任务的最佳工具。

Postman to test the api

Detailed documentation

基本上,您需要在header中设置Auth。你可以在 SOAPUI 上试试这个。

密钥:授权

值:允许

截图:-