We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e36fb2 commit dee19ecCopy full SHA for dee19ec
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Change Log for aws-lambda-ses-forwarder
2
3
+## 5.1.0 [2023/10/9]
4
+
5
+- Updating documentation about using Node.js 16 or 18 AWS Lambda runtimes.
6
+- Updating tests to support Node.js 16 and later.
7
8
## 5.0.0 [2020/6/27]
9
10
- Adding `allowPlusSign` configuration flag that when enabled ignores suffixes
index.js
@@ -2,7 +2,7 @@
var AWS = require('aws-sdk');
-console.log("AWS Lambda SES Forwarder // @arithmetric // Version 5.0.0");
+console.log("AWS Lambda SES Forwarder // @arithmetric // Version 5.1.0");
// Configure the S3 bucket and key prefix for stored raw emails, and the
// mapping of email addresses to forward from and to.
0 commit comments