Skip to content

Instantly share code, notes, and snippets.

@sam-goodwin
Last active August 24, 2019 04:59
Show Gist options
  • Save sam-goodwin/520c361b79f7d13c96c747720fe712f8 to your computer and use it in GitHub Desktop.
Save sam-goodwin/520c361b79f7d13c96c747720fe712f8 to your computer and use it in GitHub Desktop.
Punchcard: processing SNS notifications with a Stream.
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