sam-goodwin / itty-aws

A teeny tiny ~49KB AWS SDK for TypeScript
104 stars 5 forks source link

feat: add SNS support #35

Open skyrpex opened 8 months ago

skyrpex commented 8 months ago

Basic implementation adding SNS support.

skyrpex commented 8 months ago

Added the following tests:

     ✓ publish
     ✓ publishBatch
     ✓ getTopicAttributes
     ✓ setTopicAttributes
     ✓ subscribe, unsubscribe
     ✓ listTopics

I think all API endpoints will work since it seems pretty consistent.