Admiral-Piett / goaws

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

Populate `Owner` tag in ListSubscriptionsByTopic Response #257

Closed Admiral-Piett closed 6 months ago

Admiral-Piett commented 1 year ago

In the ListSubscriptionsByTopic Response there's an owner field which, in aws is populated with the user's account ID (no dashes). In our app, there's nothing populated there.

Additional Questions:

To Recreate: Screen Shot 2023-03-14 at 9 40 22 AM

AWS Request:

aws sns list-subscriptions-by-topic --topic-arn arn:aws:sns:us-east-1:<account_id>:TOPIC_1 --no-verify-ssl
Admiral-Piett commented 1 year ago

@chrisdaly3 This might be a good one to check out if you're interested and have the time.

chrisdaly3 commented 1 year ago

@chrisdaly3 This might be a good one to check out if you're interested and have the time.

Thanks - I'll assign and take a look this week!

Admiral-Piett commented 10 months ago

@chrisdaly3 - I know you wanted to talk this through a WHILE ago. I'm so sorry. I got sidetracked on it. Let's sync up here soon and get this one over the line?

chrisdaly3 commented 10 months ago

@Admiral-Piett sounds like a plan to me. I've got some time later tomorrow afternoon or we can catch up on weeknight/etc. Just let me know 😸

chrisdaly3 commented 6 months ago

Resolved in #287 🚀