Admiral-Piett / goaws

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

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

Open kojisaikiAtSony opened 2 weeks ago

kojisaikiAtSony commented 2 weeks 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 2 weeks 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.