Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SQS Queue Policy #225

Open
nbarthel opened this issue Mar 19, 2019 · 0 comments
Open

SQS Queue Policy #225

nbarthel opened this issue Mar 19, 2019 · 0 comments
Labels
feature v5 jets v5 issues

Comments

@nbarthel
Copy link

Summary

I need an AWS::SQS::QueuePolicy.

I noticed that the SNS resource has an associated topic policy and so I have modeled a Jets "core" implementation for AWS Queue Policy (soon to be PR) to match. The SNS topic policy implementation looks incomplete / unused and doesn't have spec coverage, or I'm missing something...

Motivation

I need an SQS queue policy (specialized resource) for Amazon MWS Subscription API integration. MWS uses a specific policy to enable subscription to events from Amazon stores. I'm sure this pattern is used in other places. A generalized AWS::SQS::QueuePolicy resource implementation would be useful to all.

Guide-level explanation

A general implementation of AWS::SQS::QueuePolicy (linked above) modeled after the existing SNS Topic Policy.

Reference-level explanation

Drawbacks

I could implement this as an extension, but it is a core feature and would be a nice addition for others.

Unresolved Questions

Extension or core? Does SNS Topic Policy work now? Where should I add a spec for this?

@tongueroo tongueroo added the v5 jets v5 issues label May 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature v5 jets v5 issues
Projects
None yet
Development

No branches or pull requests

2 participants