
Setup Salesforce External Object for Amazon AWS DynamoDB
5K views · Dec 12, 2022 infallibletechie.com
Blog Post: https://www.infallibletechie.com/2022/12/how-to-setup-salesforce-external-object-for-amazon-aws-dynamodb.html

Relate Amazon DynamoDB External Object to Salesforce Object
313 views · Jan 4, 2023 infallibletechie.com
Using Indirect Lookup relationship, we can relate Amazon DynamoDB External Object to Salesforce Object without using Salesforce Record Ids. We can relate the External Object to Salesforce Object using External Id field instead of Standard Id field. Blog Post: https://www.infallibletechie.com/2022/12/how-to-relate-amazon-dynamodb-external-object-to-salesforce-object.html

InvokeSalesforceRestApiFunction updateRecord from AWS Consol...
2K views · Feb 13, 2023 infallibletechie.com
In InvokeSalesforceRestApiFunction Lambda, updateRecord method can be used to update records in Salesforce. Blog Post: https://www.infallibletechie.com/2022/11/invokesalesforcerestapifunction-updaterecord-from-aws-console.html

Salesforce Platform Events to Amazon EventBridge
3K views · Feb 15, 2023 infallibletechie.com
Event Relay can be used to send Salesforce Platform Events to Amazon EventBridge. Blog Post: https://www.infallibletechie.com/2023/02/how-to-send-salesforce-platform-events-to-amazon-eventbridge.html

Populate Customer entered values from Amazon Connect in Sale...
6K views · Mar 1, 2023 infallibletechie.com
Store customer input from Amazon Connect can be used to get the customer input and Set contact attributes can be used to populate or pass or store the customer entered values in Salesforce Voice Call Object record. Blog Post: https://www.infallibletechie.com/2023/02/populate-customer-entered-values-from-amazon-connect-in-salesforce-voice-call-object.html

Sample Salesforce External Object Qualifier for Amazon AWS D...
14K views · Mar 20, 2023 infallibletechie.com
Qualifiers an be used parse or transform data returned from the Amazon DynamoDB. Blog Post: https://www.infallibletechie.com/2022/12/sample-salesforce-external-object-qualifier-for-amazon-aws-dynamodb.html

Salesforce Service Cloud Voice Transcription from Amazon Con...
7K views · Apr 18, 2023 infallibletechie.com
To have transcription in Salesforce Service Cloud Voice, the languageCode must be set, "Start media streaming" element should be invoked and finally the "kvsConsumerTrigger" lambda function should be invoked. The kvsConsumerTrigger Lambda function invokes the kvsTranscriber Lambda Function. Blog Post: https://www.infallibletechie.com/2023/04/salesforce-service-cloud-voice-transcription-from-amazon-connect.html

Retrieve or fetch S3 Buckets List using REST API
3K views · Jul 31, 2023 infallibletechie.com
Blog Post: https://www.infallibletechie.com/2022/11/how-to-retrieve-or-fetch-s3-buckets-list-using-rest-api.html

Find by whom and when Amazon AWS Lambda function was created
448 views · Sep 12, 2024 infallibletechie.com
When we open a Amazon AWS Lambda function, we can find the Last Modified Date. We cannot find when the Amazon AWS Lambda function was created. Blog Post: https://www.infallibletechie.com/2022/11/find-who-and-when-amazon-aws-lambda-function-was-created.html

Difference between Partition Key and Sort Key in Amazon Dyna...
143 views · Oct 26, 2024 infallibletechie.com
DynamoDB uses the partition key value as the input to an internal hash function even if Sort Key is used. The output of hash function determines the item stored location. Blog Post: https://www.infallibletechie.com/2022/12/difference-between-partition-key-and-sort-key-in-amazon-dynmodb.html