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

Message selector #84

Open
bitsofinfo opened this issue May 22, 2014 · 0 comments
Open

Message selector #84

bitsofinfo opened this issue May 22, 2014 · 0 comments

Comments

@bitsofinfo
Copy link

Would ask that issue #83 be re-opened

@see http://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/SQSExamples.html
http://docs.aws.amazon.com/IAM/latest/UserGuide/ManagingPolicies.html#AddingPermissions_API

You can create a policy with a conditions stanza (example below). So maybe a way to convert the message selector into a call that would apply that as a policy change on the SQS queue?

"Condition" : {
"DateGreaterThan" : {
"aws:CurrentTime":"2009-01-31T12:00Z"
},
"DateLessThan" : {
"aws:CurrentTime":"2009-01-31T15:00Z"
}
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant