// I have this code in python the following code:
Response = location.search_place_index_for_text(
IndexName = 'explore.place'
Text = 'Boston, MA')
location_response = Reponse['Results']
print(location_response)
//May someone help me convert this code in to node.js code? This is basically the amazon location //service and I could not find sdk for node.js for amazon location service. Thanks!