UNPKG

outbox-service

Version:

MongoDB Outbox Pattern implementation with AWS SQS integration

8 lines (7 loc) 248 B
/** * MongoDB Outbox Pattern with SQS integration * * A package that implements the Outbox Pattern for MongoDB with AWS SQS integration * to ensure reliable event publishing in distributed systems. */ module.exports = require('./src/index');