Skip to content
This repository was archived by the owner on May 7, 2024. It is now read-only.

Commit 5ac9378

Browse files
committed
Updating the solution to v1.0.2. See the CHANGELOG for details
1 parent 8c6a3ed commit 5ac9378

File tree

82 files changed

+1897
-265
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+1897
-265
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [1.0.2] - 2020-07-01
8+
You can deploy at https://solutions-reference.s3.amazonaws.com/voicemail-for-amazon-connect/v1.0.2/voicemail-for-amazon-connect.template
9+
### Changed
10+
- Fixed bug where customers had to make the email field mutable in the CF template to integrate with SAML.
11+
- Fixed bug where the pre-signed URL expired after 12 hours. Now the pre-signed URL can be valid up to 7 days.
12+
- Made a fix to show an error message instead of a blank page stating that user is not in either group if the user is not assigned it either the Admin or Manager group.
13+
- Fixed bug where there was an undefined variable when there is an exception thrown for too many requests when listing connect users in the sync request.
14+
715
## [1.0.1] - 2020-03-31
816
### Changed
917
- fixed bug where users cannot sync contact flows with over 100 agents

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Voicemail for Amazon Connect
2-
This solutions deploys the resources necessary to configure a voicemail system to use with Amazon Connect.
2+
This solutions deploys the resources necessary to configure a voicemail system to use with Amazon Connect. See [Solution Architecture](https://aws.amazon.com/solutions/implementations/voicemail-for-amazon-connect/).
3+
4+
## Version Update Note
5+
* Please note that we have pushed an update to the GitHub repo, however, we have not updated the implementation guide yet. If you want to deploy the most recent version, please refer to CHANGELOG.MD. Updates to the implementation guide will be released in the coming weeks.
36

47
## Running unit tests for customization
58
* Clone the repository, then make the desired code changes
@@ -61,7 +64,7 @@ Each microservice follows the structure of:
6164
***
6265

6366

64-
Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
67+
Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
6568

6669
Licensed under the Apache License Version 2.0 (the "License"). You may not use this file except in compliance with the License. A copy of the License is located at
6770

0 commit comments

Comments
 (0)