0.3.0 • Published 3 years ago

@strongishllama/email-service-cdk v0.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Email Service CDK

GitHub tag (latest SemVer pre-release) License: MIT GitHub Workflow Status

Introduction

  • Serverless email queue via SQS and SES.
  • Dead letter queue support.

Installation

npm install @strongishllama/email-service-cdk

Example

// Create email service.
new EmailService(stack, 'email-service', {
  namespace: 'example',
  stage: 'prod',
});