/email-service-cdk

A serverless email service CDK construct.

Primary LanguageGoMIT LicenseMIT

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

You'll also need to install the following peer dependencies. See this article for more information.

npm install @aws-cdk/aws-iam @aws-cdk/aws-lambda-go @aws-cdk/aws-lambda-event-sources

Example

// Create email service.
new EmailService(stack, 'email-service', {});