Amazon AWS
'Video thumbnail for Setup Salesforce External Object for Amazon AWS DynamoDB'
play_arrow
6:18
Setup Salesforce External Object for Amazon AWS DynamoDB
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

'Video thumbnail for Relate Amazon DynamoDB External Object to Salesforce Object'
play_arrow
5:47
Relate Amazon DynamoDB External Object to Salesforce Object
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

'Video thumbnail for InvokeSalesforceRestApiFunction updateRecord from AWS Console'
play_arrow
7:48
InvokeSalesforceRestApiFunction updateRecord from AWS Consol...
InvokeSalesforceRestApiFunction updateRecord from AWS Console

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

'Video thumbnail for Salesforce Platform Events to Amazon EventBridge'
play_arrow
16:01
Salesforce Platform Events to Amazon EventBridge
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

'Video thumbnail for Populate Customer entered values from Amazon Connect in Salesforce'
play_arrow
5:42
Populate Customer entered values from Amazon Connect in Sale...
Populate Customer entered values from Amazon Connect in Salesforce

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

'Video thumbnail for Sample Salesforce External Object Qualifier for Amazon AWS DynamoDB'
play_arrow
5:41
Sample Salesforce External Object Qualifier for Amazon AWS D...
Sample Salesforce External Object Qualifier for Amazon AWS DynamoDB

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

'Video thumbnail for Salesforce Service Cloud Voice Transcription from Amazon Connect'
play_arrow
5:19
Salesforce Service Cloud Voice Transcription from Amazon Con...
Salesforce Service Cloud Voice Transcription from Amazon Connect

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

'Video thumbnail for Retrieve or fetch S3 Buckets List using REST API'
play_arrow
4:12
Retrieve or fetch S3 Buckets List using REST API
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

'Video thumbnail for Find by whom and when Amazon AWS Lambda function was created'
play_arrow
4:04
Find by whom and when Amazon AWS Lambda function was created
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

'Video thumbnail for Difference between Partition Key and Sort Key in Amazon DynamoDB'
play_arrow
4:12
Difference between Partition Key and Sort Key in Amazon Dyna...
Difference between Partition Key and Sort Key in Amazon DynamoDB

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