service-cloud-voice / ServiceCloudVoiceLambdas

This application provides a set of Lambda functions, which are available within your Amazon Connect instance after provisioning the instance with your Service Cloud Voice contact center. You can use these Lambdas in Amazon Connect contact flows.
BSD 3-Clause "New" or "Revised" License
14 stars 18 forks source link

Fix environment variable formatting for CTR data sync function #29

Closed magnetikonline closed 1 year ago

magnetikonline commented 1 year ago

It seems wrong the current kvsConsumerTrigger Lambda function uses an environment variable in the following format of kvsConsumerTrigger - rather than SNAKE_CASE as per others.

This renaming scheme brings it inline with the INVOKE_TELEPHONY_INTEGRATION_API_ARN style used with the CTRDataSyncFunction and HandleContactEventsFunction Lambda functions.

magnetikonline commented 1 year ago

Ping @jinalkathiara / @Peng-Wen / @atulwan80

jinalkathiara commented 1 year ago

@magnetikonline Can you sign your commit and then I can merge it

magnetikonline commented 1 year ago

Thanks @jinalkathiara - commit now signed.