You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 7, 2024. It is now read-only.
- removed `serverless-pseudo-parameters` from plugin and changes pseudo params format
17
+
- added `apiKeys` under `Resources` section of `source/aws-connect-vm-serverless/serverless.yml`
18
+
- Changed all parameter references from `#` (serverless v1) to `$` (serverless v3)
19
+
- changed `source/tools/transform.py` to remove conditions not needed for 2 resources due to the `apiKeys` change
20
+
- Bumping up dependencies in `source/aws-connect-vm-serverless/package.json` to remove vulnerabilities
21
+
- Changes to fix missing value of `SECRET_ARN` from `TranscriptionEvents`, and adding `secretsmanager:GetValue` permissions to `TranscriptionEventsIamRole` in `source/aws-connect-vm-serverless/serverless.yml`
22
+
- Fixed bug where voicemail is not sent for only sms in `source/aws-connect-vm-serverless/src/service/notification.service.js`
23
+
- Add the `QueueTypes` parm to `ListQueues` to reduce number of items returned in `source/aws-connect-vm-serverless/src/service/contact-flow.service.js`
24
+
- Merged in the following PRs:
25
+
- Remove newline character (https://github.com/amazon-connect/voicemail-for-amazon-connect/pull/27)
26
+
- Bump junit version (https://github.com/amazon-connect/voicemail-for-amazon-connect/pull/39)
27
+
- Improved error handling of many users (https://github.com/amazon-connect/voicemail-for-amazon-connect/pull/52)
28
+
- Use regional domain name for S3 (https://github.com/amazon-connect/voicemail-for-amazon-connect/pull/48)
6
29
## [1.0.5] - 2022-02-09
7
30
### Changed
8
31
- Bumped `amazon-kinesis-video-streams-parser-library` to `1.2.0`
@@ -16,15 +39,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
16
39
- Bumped `log4j-core` to `2.17.0`
17
40
- Bumped `log4j-api` to `2.17.0`
18
41
19
-
## [1.0.4] - 2021-12-21
20
-
### Changed
21
-
- Bumped `amazon-kinesis-video-streams-parser-library` to `1.1.0`
22
-
- Bumped `slf4j-api` to `1.7.32`
23
-
- Bumped `slf4j-simple` to `1.7.32`
24
-
- Bumped `aws-lambda-java-log4j2` to `1.3.0`
25
-
- Bumped `log4j-core` to `2.17.0`
26
-
- Bumped `log4j-api` to `2.17.0`
27
-
28
42
## [1.0.3] - 2021-07-30
29
43
### Changed
30
44
- Bumped nodejs10.X to nodejs12.X in all the relevant assets
0 commit comments