<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Samuel Tumdedo</title>
    <description>The latest articles on DEV Community by Samuel Tumdedo (@samueltumdedo).</description>
    <link>https://dev.to/samueltumdedo</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F887532%2F1c52598e-cc1a-4d9c-9ae2-fb49db4b5ca6.png</url>
      <title>DEV Community: Samuel Tumdedo</title>
      <link>https://dev.to/samueltumdedo</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/samueltumdedo"/>
    <language>en</language>
    <item>
      <title>Address validation</title>
      <dc:creator>Samuel Tumdedo</dc:creator>
      <pubDate>Fri, 15 Jul 2022 23:25:14 +0000</pubDate>
      <link>https://dev.to/samueltumdedo/address-validation-4i5g</link>
      <guid>https://dev.to/samueltumdedo/address-validation-4i5g</guid>
      <description>&lt;p&gt;I was researching to use Amazon location service and I wanted to validate addresses. &lt;/p&gt;

&lt;p&gt;I have limited knowledge on Node.js and JavaScript. May someone convert the python code to JavaScript or Node.js:&lt;/p&gt;

&lt;p&gt;Geocoding with Amazon Location Service&lt;br&gt;
Here is an example of calling the Amazon Location Service Places API using the AWS SDK for Python (Boto3). This uses the search_place_index_for_text method:&lt;/p&gt;

&lt;p&gt;python code below:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Response = location.search_place_index_for_text(&lt;br&gt;
    IndexName = ‘explore.place’ &lt;br&gt;
    Text = “Boston, MA”)&lt;br&gt;
location_response = Reponse[“Results”]&lt;br&gt;
print(location_response)&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Thank you for the help. &lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
