<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic   in Intel® Distribution for Python*</title>
    <link>https://community.intel.com/t5/Intel-Distribution-for-Python/AWS-Lambda-using-Intel-s-Distribution-for-Python/m-p/1108856#M609</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Hi Robert,&lt;/P&gt;

&lt;P&gt;Thanks for taking a look. I guess with Numpy and Pandas many developers will be happy.&lt;/P&gt;

&lt;P&gt;If I could add one more thing to the wish list is a docker image that includes the (optimized) intel python distribution.&lt;/P&gt;

&lt;P&gt;Nonetheless, I am positively surprised with the performance of the distribution. Well done!&lt;/P&gt;

&lt;P&gt;Pedro&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 16 Mar 2016 18:03:58 GMT</pubDate>
    <dc:creator>pedro_r_1</dc:creator>
    <dc:date>2016-03-16T18:03:58Z</dc:date>
    <item>
      <title>AWS Lambda using Intel´s Distribution for Python?</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/AWS-Lambda-using-Intel-s-Distribution-for-Python/m-p/1108854#M607</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Dear all,&lt;/P&gt;

&lt;P&gt;As anyone managed to test the packages from this distribution, such as numpy and/or scipy, in AWS Lambda? If yes, would be very interested in understanding the steps needed to achieve this.&lt;/P&gt;

&lt;P&gt;@Intel, would be great for users to have a github repository, as &lt;A href="https://github.com/vitolimandibhrata/aws-lambda-numpy" target="_blank"&gt;https://github.com/vitolimandibhrata/aws-lambda-numpy&lt;/A&gt;, for the optimized packages.&lt;/P&gt;

&lt;P&gt;Best,&lt;/P&gt;

&lt;P&gt;Pedro&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 13 Mar 2016 11:53:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/AWS-Lambda-using-Intel-s-Distribution-for-Python/m-p/1108854#M607</guid>
      <dc:creator>pedro_r_1</dc:creator>
      <dc:date>2016-03-13T11:53:26Z</dc:date>
    </item>
    <item>
      <title>Pedro,</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/AWS-Lambda-using-Intel-s-Distribution-for-Python/m-p/1108855#M608</link>
      <description>&lt;P&gt;Pedro,&lt;/P&gt;

&lt;P&gt;We have not looked at Lambda, but it looks like a good idea. We will see if there is a way to install a MKL-optimized numpy. I am not sure how long it will take so if someone else has success, please share it. Thanks.&lt;/P&gt;

&lt;P&gt;Robert&lt;/P&gt;</description>
      <pubDate>Mon, 14 Mar 2016 15:52:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/AWS-Lambda-using-Intel-s-Distribution-for-Python/m-p/1108855#M608</guid>
      <dc:creator>Robert_C_Intel</dc:creator>
      <dc:date>2016-03-14T15:52:34Z</dc:date>
    </item>
    <item>
      <title> </title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/AWS-Lambda-using-Intel-s-Distribution-for-Python/m-p/1108856#M609</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Hi Robert,&lt;/P&gt;

&lt;P&gt;Thanks for taking a look. I guess with Numpy and Pandas many developers will be happy.&lt;/P&gt;

&lt;P&gt;If I could add one more thing to the wish list is a docker image that includes the (optimized) intel python distribution.&lt;/P&gt;

&lt;P&gt;Nonetheless, I am positively surprised with the performance of the distribution. Well done!&lt;/P&gt;

&lt;P&gt;Pedro&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Mar 2016 18:03:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/AWS-Lambda-using-Intel-s-Distribution-for-Python/m-p/1108856#M609</guid>
      <dc:creator>pedro_r_1</dc:creator>
      <dc:date>2016-03-16T18:03:58Z</dc:date>
    </item>
    <item>
      <title> </title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/AWS-Lambda-using-Intel-s-Distribution-for-Python/m-p/1108857#M610</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Hi all,&lt;/P&gt;

&lt;P&gt;It took me some days, but I managed to make it work in AWS Lambda. Using an Amazon Linux AMI, I set up a virtual environment pointing to the Intel Python 2.7 interpreter. Then I simply used pip to install Pandas and Numpy (got an error first as I didnt have some developer tools).&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Then I just zipped the virtual environment folder, and now I can import Numpy and Pandas in AWS Lambda. The total size of the zip file is around 25MB, so overall it is not a problem. There is probably a better way, ie, delete the test cases, etc, but at least it got me going with the library.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;I also tested f2py and it also worked like a charm in AWS Lambda. If there are some benchmarks that you would like me to run, just let me know. Happy to help. &amp;nbsp;&lt;/P&gt;

&lt;P&gt;Will try to replicate the steps for the 2017 beta distribution in the next couple of days, and will post each and every step.&lt;/P&gt;

&lt;P&gt;Regards,&lt;/P&gt;

&lt;P&gt;Pedro&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Apr 2016 22:17:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/AWS-Lambda-using-Intel-s-Distribution-for-Python/m-p/1108857#M610</guid>
      <dc:creator>pedro_r_1</dc:creator>
      <dc:date>2016-04-01T22:17:00Z</dc:date>
    </item>
  </channel>
</rss>

