You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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"
}
}
The text was updated successfully, but these errors were encountered: