Skip to main content

Event Service Preset

An event-driven microservice centered around messaging with SNS and SQS, suitable for asynchronous workflows and integrations.

Generated resources

  • SNS Topic for publishing domain events
  • One or more SQS queues for processing
  • Lambda handlers for producers/consumers
  • Optional DynamoDB table for state

Use cases

  • Order/event processing
  • Asynchronous integrations
  • Fan-out message distribution

Usage

nx g @mhshahzad/nx-cdk-deploy:preset --name=orders --preset=event-service

Then deploy:

nx deploy orders --configuration=dev