amazon-connect / amazon-connect-salesforce-lambda

Apache License 2.0
45 stars 34 forks source link

My sfContactTraceRecord function is different than one listed in github #50

Closed datvongsf closed 11 months ago

datvongsf commented 11 months ago

In AWS Lambda, my sfContactTraceRecord is different than the one listed here in Github.

In particular, I do not see this line within my function in AWS # Customer Data if ctr['CustomerEndpoint']: sf_request[objectnamespace + 'CustomerEndpointAddress__c'] = ctr['CustomerEndpoint']['Address']

Why are they different?

I am looking under AWS Lamdba > Functions > ac-serverless-vc-dev4-sfContactTraceRecord. (my sfContactTraceRecord) Looking at the source of sfContactTraceRecord.py, I do not see the CustomerEndpoint being assigned. It seems to be different from the one listed here in Github.

It was created 3 months ago, which should contain the latest code for the lambda function.

datvongsf commented 11 months ago

Turns out we had our own repository clone.