Skip to content

Releases: onema/LambdaMailer

Version 0.8.0

12 Feb 06:00
f62086a
Compare
Choose a tag to compare
  • Refactored forwarder to use a mapping using DynamoDB
  • Using scanamo to communicate with DynamoDB
  • Update and added test using DynamoDBLocal
  • Using latest version of µServerless and removed custom code to prevent reporting errors

Version 0.7.2

29 Jan 03:59
Compare
Choose a tag to compare
  • Fixes some issues in the forwarder

Version 0.7.1

27 Jan 01:46
Compare
Choose a tag to compare

Add an option to report errors. This option can be turned on or off via the REPORT_EXCEPTION environment variable. This value always defaults to FALSE.

Version 0.7.0

26 Jan 08:23
a47bd6f
Compare
Choose a tag to compare
  • Refactor to allow sending emails with attachments greater than 250KB
  • Added a bucket to add attachments
  • Forwarder does not send the whole raw message. Instead, it uses the parser to get the relevant parts
  • Mailer only sends raw emails using this as the template

Version 0.6.0

25 Jan 06:28
Compare
Choose a tag to compare

Stable, has a message limit of 256k including attachments

Version 0.5.0

30 Oct 06:55
f343c1f
Compare
Choose a tag to compare
Develop serverless core (#4)

* Update docs

* Update to latest version of userverless-core