diff --git a/README.md b/README.md index 9f0bbe8..31fbfdc 100644 --- a/README.md +++ b/README.md @@ -18,9 +18,10 @@ in your own AWS environment and doesn't have any 3rd party dependencies other than the Google Charts API for rendering CloudWatch metrics. Supported notification formats: +* AWS Code Build * AWS Health Dashboard 🆕 -* AWS Code Build 🆕 -* Amazon Inspector 🆕 +* Amazon Inspector +* Amazon SES Received Notifications 🆕 * CloudWatch Alarms (incl. Metrics) * Elastic Beanstalk * RDS diff --git a/build/release.zip b/build/release.zip index 7ed8164..64b92bf 100644 Binary files a/build/release.zip and b/build/release.zip differ diff --git a/package-lock.json b/package-lock.json index 5a9c1b9..599d952 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "aws-to-slack", - "version": "1.1.4", + "version": "1.1.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f32300f..c226ffa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aws-to-slack", - "version": "1.1.4", + "version": "1.1.5", "description": "Forward AWS Notification Messages to Slack", "main": "handler/index.js", "scripts": {