Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Commit 109116f

Browse files
authored
Merge pull request #202 from singledigit/data-processing-updates
data-Processing Updates
2 parents 4874299 + c9552af commit 109116f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

DataProcessing/guide/site/data-lake.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ <h4 id="create-an-amazon-s3-bucket">1. Create an Amazon S3 bucket</h4>
3838
<li><p>Provide a globally unique name for your bucket such as <code>wildrydes-data-yourname</code>.</p></li>
3939
<li><p>Select the region you’ve been using for your bucket.</p>
4040
<p><img src="images/data-lake-create-bucket.png" /></kbd></p></li>
41-
<li><p>Click <strong>Next</strong> twice, and then click <strong>Create bucket</strong>.</p></li>
41+
<li><p>Click <strong>Next</strong> three times, and then click <strong>Create bucket</strong>.</p></li>
4242
</ol>
4343
<h4 id="create-an-amazon-kinesis-data-firehose-delivery-stream">2. Create an Amazon Kinesis Data Firehose delivery stream</h4>
4444
<p>Create an Amazon Kinesis Data Firehose delivery stream named <strong>wildrydes</strong> that is configured to source data from the <strong>wildrydes</strong> stream and deliver its contents in batches to the S3 bucket created in the previous section.</p>
@@ -88,7 +88,7 @@ <h4 id="create-an-amazon-athena-table">3. Create an Amazon Athena table</h4>
8888
<button class="btn btn-outline-primary copy">
8989
Copy to Clipboard
9090
</button></li>
91-
<li><p>Click <strong>Run Query</strong>.</p></li>
91+
<li><p>Click <strong>Run Query</strong>. You might have to run the query twice.</p></li>
9292
<li><p>Verify the table <strong>wildrydes</strong> was created by ensuring it has been added to the list of tables in the left navigation.</p></li>
9393
</ol>
9494
<h4 id="explore-the-batched-data-files">4. Explore the batched data files</h4>
172 KB
Loading

DataProcessing/guide/site/stream-processing.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ <h4 id="create-a-lambda-function-to-process-the-stream">3. Create a Lambda funct
8080
<p><img src="./images/stream-processing-lambda-basic-information.png" /></p></li>
8181
<li><p>Click <strong>Create function</strong>.</p></li>
8282
<li><p>Scroll down to the <strong>Function code</strong> section.</p></li>
83-
<li><p>Select <strong>Node.js 6.10</strong> from <strong>Runtime</strong>.</p></li>
83+
<li><p>Select <strong>Node.js 8.10</strong> from <strong>Runtime</strong>.</p></li>
8484
<li><p>Copy and paste the JavaScript code below into the code editor.</p>
8585
<div class="sourceCode" id="cb1"><pre class="sourceCode javascript"><code class="sourceCode javascript"><a class="sourceLine" id="cb1-1" data-line-number="1"><span class="st">&#39;use strict&#39;</span><span class="op">;</span></a>
8686
<a class="sourceLine" id="cb1-2" data-line-number="2"></a>
@@ -171,7 +171,7 @@ <h4 id="monitor-the-lambda-function">4. Monitor the Lambda function</h4>
171171
<ol type="1">
172172
<li><p>Run the producer to start emiting sensor data to the stream with a unique unicorn name.</p>
173173
<pre class="console"><code>./producer -name Rocinante</code></pre></li>
174-
<li><p>Click on the <strong>Monitoring</strong> tab and explore the metrics available to monitor the function. Click on <strong>Jump to Logs</strong> to explore the function’s log output.</p></li>
174+
<li><p>Click on the <strong>Monitoring</strong> tab and explore the metrics available to monitor the function. Click on <strong>View logs in CloudWatch</strong> to explore the function’s log output.</p></li>
175175
</ol>
176176
<button class="btn btn-outline-primary copy">
177177
Copy to Clipboard

0 commit comments

Comments
 (0)