Collaborne / kubernetes-aws-resource-service

An "operator" service to automatically manage AWS resources based on Kubernetes TPRs
MIT License
4 stars 1 forks source link

Manage SNS topics #2

Open ankon opened 7 years ago

ankon commented 7 years ago

Adding support for SNS topics should be fairly easy and makes sense here.

ankon commented 7 years ago

Topics itself are fine, what we also need would be managing subscriptions. I'm pondering of introducing a "TopicSubscription" resource here, which would work with either ARNs, or URLs, or names of resources managed by this service.