Last active
August 24, 2019 04:59
-
-
Save sam-goodwin/520c361b79f7d13c96c747720fe712f8 to your computer and use it in GitHub Desktop.
Punchcard: processing SNS notifications with a 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
topic.stream().forEach(stack, 'ForEachNotification', { | |
handle: async (notification) => { | |
console.log(`sam's new blog is available!', notification); | |
} | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment