File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 11# Change Log for aws-lambda-ses-forwarder
22
3+ ## 4.1.0
4+
5+ - Added ` toEmail ` configuration for replacing the ` To ` header recipient to a
6+ defined email address.
7+ - Changed AWS.S3() implementation to use signature version v4 for compatibility
8+ with S3 EU-based regions.
9+
310## 4.0.0
411
512- Updated for the Node.js 4.3 runtime.
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 4.0 .0" ) ;
5+ console . log ( "AWS Lambda SES Forwarder // @arithmetric // Version 4.1 .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" : " 4.0 .0" ,
3+ "version" : " 4.1 .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