• Chris Hurt
  • NEWBIE
  • 0 Points
  • Member since 2018

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 1
    Replies
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.