Skip to content

Instantly share code, notes, and snippets.

@shreyasms17
Last active April 8, 2021 09:45
Show Gist options
  • Save shreyasms17/f93ded55f603a8dde5c3d8e8c69169b3 to your computer and use it in GitHub Desktop.
Save shreyasms17/f93ded55f603a8dde5c3d8e8c69169b3 to your computer and use it in GitHub Desktop.
Mapping for SQS queue to Kinesis Stream
{
"arn:aws:sqs:us-east-1:000000000000:PageVisitEventQueue": "PageVisitEventStream",
"arn:aws:sqs:us-east-1:000000000000:ClickedEventQueue": "ClickedEventStream"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment