Skip to content

Instantly share code, notes, and snippets.

@sergueyarellano
Created December 18, 2020 20:20
Show Gist options
  • Save sergueyarellano/ac21a48f9b7683fe67180123d179e2bb to your computer and use it in GitHub Desktop.
Save sergueyarellano/ac21a48f9b7683fe67180123d179e2bb to your computer and use it in GitHub Desktop.
await eventBridge.putEvents({
// Limit of ten entries
Entries: [{
EventBusName: `main`,
Source: 'cron.query',
DetailType: 'QUERIED REMINDERS',
Detail: JSON.stringify(reminders)
}]
}).promise().catch(console.error)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment