<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: The Creek 2.0: AWS Lambda Function	</title>
	<atom:link href="https://iotexpert.com/the-creek-2-0-aws-lambda-function/feed/" rel="self" type="application/rss+xml" />
	<link>https://iotexpert.com/the-creek-2-0-aws-lambda-function/</link>
	<description>Engineering for the Internet of Things</description>
	<lastBuildDate>Sat, 06 Jun 2020 12:54:07 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: Alan Hawse		</title>
		<link>https://iotexpert.com/the-creek-2-0-aws-lambda-function/#comment-61640</link>

		<dc:creator><![CDATA[Alan Hawse]]></dc:creator>
		<pubDate>Sat, 06 Jun 2020 12:54:07 +0000</pubDate>
		<guid isPermaLink="false">https://iotexpert.com/?p=7387#comment-61640</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://iotexpert.com/the-creek-2-0-aws-lambda-function/#comment-61053&quot;&gt;Luiz Britto&lt;/a&gt;.

Thank you.
And your welcome.

Learn, Teach, Build.
Alan]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://iotexpert.com/the-creek-2-0-aws-lambda-function/#comment-61053">Luiz Britto</a>.</p>
<p>Thank you.<br />
And your welcome.</p>
<p>Learn, Teach, Build.<br />
Alan</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Luiz Britto		</title>
		<link>https://iotexpert.com/the-creek-2-0-aws-lambda-function/#comment-61053</link>

		<dc:creator><![CDATA[Luiz Britto]]></dc:creator>
		<pubDate>Wed, 03 Jun 2020 23:07:59 +0000</pubDate>
		<guid isPermaLink="false">https://iotexpert.com/?p=7387#comment-61053</guid>

					<description><![CDATA[Congratulations on the article! This is truly one of the best articles I&#039;ve ever read on this topic! So much details and care!
Signing up to the newsletter right now!]]></description>
			<content:encoded><![CDATA[<p>Congratulations on the article! This is truly one of the best articles I&#8217;ve ever read on this topic! So much details and care!<br />
Signing up to the newsletter right now!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Alan Hawse		</title>
		<link>https://iotexpert.com/the-creek-2-0-aws-lambda-function/#comment-58743</link>

		<dc:creator><![CDATA[Alan Hawse]]></dc:creator>
		<pubDate>Mon, 25 May 2020 12:37:54 +0000</pubDate>
		<guid isPermaLink="false">https://iotexpert.com/?p=7387#comment-58743</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://iotexpert.com/the-creek-2-0-aws-lambda-function/#comment-55709&quot;&gt;Tim&lt;/a&gt;.

Send me an email with that python file...]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://iotexpert.com/the-creek-2-0-aws-lambda-function/#comment-55709">Tim</a>.</p>
<p>Send me an email with that python file&#8230;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Tim		</title>
		<link>https://iotexpert.com/the-creek-2-0-aws-lambda-function/#comment-55709</link>

		<dc:creator><![CDATA[Tim]]></dc:creator>
		<pubDate>Wed, 13 May 2020 20:42:29 +0000</pubDate>
		<guid isPermaLink="false">https://iotexpert.com/?p=7387#comment-55709</guid>

					<description><![CDATA[Hi!
Thanks for the guide, I&#039;ve followed it sofar but got stuck on connecting to MySQL database.  The cloudWatch tells me this:

20:01:48
[ERROR] 2020-05-13T20:01:48.328Z ERROR: Unexpected error: Could not connect to MySQL instance.

20:01:48
[ERROR] NameError: name &#039;sys&#039; is not defined Traceback (most recent call last):   File &quot;/var/lang/lib/python3.7/imp.py&quot;, line 234, in load_module     return load_source(name, filename, file)   File &quot;/var/lang/lib/python3.7/imp.py&quot;, line 171, in load_source     module = _load(spec)   File &quot;&quot;, line 696, in _load   File &quot;&quot;, line 677, in _load_

20:01:48
START RequestId: 5c7b125a-2975-4e74-8005-d61f256f08d5 Version: $LATEST

20:01:51
END RequestId: 5c7b125a-2975-4e74-8005-d61f256f08d5

20:01:51
REPORT RequestId: 5c7b125a-2975-4e74-8005-d61f256f08d5 Duration: 3003.30 ms Billed Duration: 3000 ms Memory Size: 128 MB Max Memory Used: 16 MB

20:01:51
2020-05-13T20:01:51.917Z 5c7b125a-2975-4e74-8005-d61f256f08d5 Task timed out after 3.00 seconds

20:01:57
[ERROR] 2020-05-13T20:01:57.229Z ERROR: Unexpected error: Could not connect to MySQL instance.

20:01:57
[ERROR] NameError: name &#039;sys&#039; is not defined Traceback (most recent call last):   File &quot;/var/lang/lib/python3.7/imp.py&quot;, line 234, in load_module     return load_source(name, filename, file)   File &quot;/var/lang/lib/python3.7/imp.py&quot;, line 171, in load_source     module = _load(spec)   File &quot;&quot;, line 696, in _load   File &quot;&quot;, line 677, in _load_

I have followed the guide, except that I have my RDS on public. I have not skills in Lambda or Python so I just copied your code and inserted the required RDS credentials that is correct, I use the same to connect with MySQL workbench. What can be wrong?]]></description>
			<content:encoded><![CDATA[<p>Hi!<br />
Thanks for the guide, I&#8217;ve followed it sofar but got stuck on connecting to MySQL database.  The cloudWatch tells me this:</p>
<p>20:01:48<br />
[ERROR] 2020-05-13T20:01:48.328Z ERROR: Unexpected error: Could not connect to MySQL instance.<br />
<br />
20:01:48<br />
[ERROR] NameError: name &#8216;sys&#8217; is not defined Traceback (most recent call last):   File &#8220;/var/lang/lib/python3.7/imp.py&#8221;, line 234, in load_module     return load_source(name, filename, file)   File &#8220;/var/lang/lib/python3.7/imp.py&#8221;, line 171, in load_source     module = _load(spec)   File &#8220;&#8221;, line 696, in _load   File &#8220;&#8221;, line 677, in _load_<br />
<br />
20:01:48<br />
START RequestId: 5c7b125a-2975-4e74-8005-d61f256f08d5 Version: $LATEST<br />
<br />
20:01:51<br />
END RequestId: 5c7b125a-2975-4e74-8005-d61f256f08d5<br />
<br />
20:01:51<br />
REPORT RequestId: 5c7b125a-2975-4e74-8005-d61f256f08d5 Duration: 3003.30 ms Billed Duration: 3000 ms Memory Size: 128 MB Max Memory Used: 16 MB<br />
<br />
20:01:51<br />
2020-05-13T20:01:51.917Z 5c7b125a-2975-4e74-8005-d61f256f08d5 Task timed out after 3.00 seconds<br />
<br />
20:01:57<br />
[ERROR] 2020-05-13T20:01:57.229Z ERROR: Unexpected error: Could not connect to MySQL instance.<br />
<br />
20:01:57<br />
[ERROR] NameError: name &#8216;sys&#8217; is not defined Traceback (most recent call last):   File &#8220;/var/lang/lib/python3.7/imp.py&#8221;, line 234, in load_module     return load_source(name, filename, file)   File &#8220;/var/lang/lib/python3.7/imp.py&#8221;, line 171, in load_source     module = _load(spec)   File &#8220;&#8221;, line 696, in _load   File &#8220;&#8221;, line 677, in _load_</p>
<p>I have followed the guide, except that I have my RDS on public. I have not skills in Lambda or Python so I just copied your code and inserted the required RDS credentials that is correct, I use the same to connect with MySQL workbench. What can be wrong?</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
