
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

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

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