function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Sagar MauryaSagar Maurya 

integration with Amazon AWS S3

Hi,
I have a requirement to integrate salesforce with Amazon AWS S3. I have to save a text file from salesforce to Amazon AWS S3. The integration can be done using POST method of REST API. The text file saved on Amazon AWS S3 server will have data in JSON format. Now I have to query from salesforce based on the text present in JSON file. For example, if JSON is { "name":"John", "age":31, "city":"New York" }, so if I search with name "John" then all data with name John should be returned to salesforce. Is it even possible? Has anybody implemented this kind of requirement, please let me know.
Chris HurtChris Hurt
You probably got an answer to this already, but if you are still interested let me know.  You and also look here (https://github.com/developerforce/iotconnectors) for some example code