File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 11# Change Log for aws-lambda-ses-forwarder
22
3+ ## 3.2.0 [ 2017/2/18]
4+
5+ - Added capability to specify an email forwarding mapping based on a mailbox
6+ name across all domains (i.e. forward mail sent to ` foo@* ` ).
7+ - Added documentation to resolve "Could not write to bucket" error.
8+ - Updating aws-sdk dependency to match AWS Lambda environment and other dev
9+ dependencies.
10+
311## 3.1.0 [ 2016/9/24]
412
513- Adding ` subjectPrefix ` configuration for adding a prefix string to the subject
Original file line number Diff line number Diff line change 22
33var AWS = require ( 'aws-sdk' ) ;
44
5- console . log ( "AWS Lambda SES Forwarder // @arithmetric // Version 3.1 .0" ) ;
5+ console . log ( "AWS Lambda SES Forwarder // @arithmetric // Version 3.2 .0" ) ;
66
77// Configure the S3 bucket and key prefix for stored raw emails, and the
88// mapping of email addresses to forward from and to.
Original file line number Diff line number Diff line change 11{
22 "name" : " aws-lambda-ses-forwarder" ,
3- "version" : " 3.1 .0" ,
3+ "version" : " 3.2 .0" ,
44 "description" : " Serverless email forwarding using AWS Lambda and SES" ,
55 "main" : " index.js" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments