Admiral-Piett / goaws

AWS (SQS/SNS) Clone for Development testing
MIT License
785 stars 146 forks source link

AWS SNS has not supported aws-json protocol yet #337

Open kojisaikiAtSony opened 8 hours ago

kojisaikiAtSony commented 8 hours ago

As far as we debug the smoke test with AWS SDK Go, the request using aws-query protocol.

image

AWS SDK java release note says SQS supports aws-json, but there is not any aws-json update on SNS

And I could not find any description about aws-json in SNS Developers Guide, like SQS Developers Guide

kojisaikiAtSony commented 8 hours ago

I believe we don't have to remove current smoke tests using AWS SDK for aws-json. Since AWS SNS might support aws-json in the future.