Salesforce runs batch jobs in its server which takes resources and time and creates a burden on the overall server. Hence often times there is a need for a mechanism to call Salesforce system from external system. Calling salesforce from external system results in less burden on the salesforce server and faster processing. By leveraging node js library called JSFORCE this can be achieved. Below is a script which can be run in any external system like AWS, Heroku which will call Salesforce and enable to user to run complex logic from external system. This script can also be scheduled to run at certain intervals using lambda functions in AWS.
Running Mistral AI model on AWS Bedrock using Python
Mistral 7B is the first foundation model from Mistral AI, supporting English text generation tasks with natural coding capabilities.
2024-04-03 (first published: 2024-03-21)
374 reads