Skip to content

v2.0.0: Admin Settings, Global Table, LanguageCode, Shorter lambda name

Choose a tag to compare

@ibliskavka ibliskavka released this 30 Jul 15:41
· 32 commits to main since this release

[2.0.0] - 2025-07-30

  • Add an admin page where users can select available locale an available voice ids.
  • Add ability to import/export configs
  • Fix Private API GW URL
  • Sort flows/prompts/variables by name
  • Add ability to remove CXBuilder branding from frontend

v2.0.0 Breaking Changes

  • Changed DDB from Table to TableV2 to better support ACGR
    • Mitigation: Backup existing Flow Config table and delete it. Deploy the new version of the app. Restore your table backup.
  • Removed the -get-config suffix from the Amazon Connect lambda to reduce function name length. Lambda name now matches the app prefix.
    • Mitigation: Update your flows accordingly
  • Use event.Details.ContactData.LanguageCode instead of event.Details.ContactData.Attributes.lang
    • Mitigation: take advantage fo the LanguageCode feature instead of using a lang attribute
    • The lang parameter is still available for backwards compatibility - will be removed in a future version
  • Split VPC configuration parameters into: apiVpcConfig and lambdaVpcConfig
    • Mitigation: migrate to the new props