Last active
April 8, 2021 09:45
-
-
Save shreyasms17/f93ded55f603a8dde5c3d8e8c69169b3 to your computer and use it in GitHub Desktop.
Mapping for SQS queue to Kinesis Stream
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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