v2.0.0
hendrickson-tyler
released this
18 Aug 23:27
·
201 commits
to main
since this release
2.0.0 (2024-08-18)
⚠ BREAKING CHANGES
-
renames existing Lambda integrations
-
bump major version number (e1fbf5f)
New Features
- ivr: perform basic input validation on payment info (c1bfd36)
- ivr: speak the last 4 digits of the previously used payment to the customer (d6d965d)
- self-service ivr: add option to ask the customer if they would like to receive a receipt by speaking to a representative (a5ee00d)
Bug Fixes
- correctly handle line breaks instead of speaking "nn" (b705133)
- specify bash command to fix scripts when using Windows (362e841)
Important
There have been naming changes in this release that requires an extra step in order to update from previous versions. Please add "skipAssociations": true
to options
in your cdk.context.json
file and deploy. This will remove the previously named Lambda function integration associations.
Once deployed successfully, remove the skipAssociations
line and deploy again. This will re-add the associations with the updated names.