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

Commit bf511e9

Browse files
committed
update 'Stream Processing' module with new screenshots
1 parent e69c8a0 commit bf511e9

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

DataProcessing/guide/content/stream-processing.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,9 @@ environment variable with the key `TABLE_NAME` and the value
129129

130130
1. Click **Create a function**.
131131

132-
1. Enter `WildRydesStreamProcessor` in the **Name** field.
132+
1. Enter `WildRydesStreamProcessor` in the **Function name** field.
133+
134+
1. Select **Node.js 10.x** from **Runtime**.
133135

134136
1. Select **WildRydesStreamProcessorRole** from the **Existing role** dropdown.
135137

@@ -139,8 +141,6 @@ environment variable with the key `TABLE_NAME` and the value
139141

140142
1. Scroll down to the **Function code** section.
141143

142-
1. Select **Node.js 6.10** from **Runtime**.
143-
144144
1. Copy and paste the JavaScript code below into the code editor.
145145

146146
```javascript
51.2 KB
Loading
130 KB
Loading
-56.2 KB
Loading

DataProcessing/guide/site/stream-processing.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,12 @@ <h4 id="create-a-lambda-function-to-process-the-stream">3. Create a Lambda funct
7575
<ol type="1">
7676
<li><p>Go to the AWS Management Console, choose <strong>Services</strong> then select <strong>Lambda</strong> under Compute.</p></li>
7777
<li><p>Click <strong>Create a function</strong>.</p></li>
78-
<li><p>Enter <code>WildRydesStreamProcessor</code> in the <strong>Name</strong> field.</p></li>
78+
<li><p>Enter <code>WildRydesStreamProcessor</code> in the <strong>Function name</strong> field.</p></li>
79+
<li><p>Select <strong>Node.js 10.x</strong> from <strong>Runtime</strong>.</p></li>
7980
<li><p>Select <strong>WildRydesStreamProcessorRole</strong> from the <strong>Existing role</strong> dropdown.</p>
8081
<p><img src="./images/stream-processing-lambda-basic-information.png" /></p></li>
8182
<li><p>Click <strong>Create function</strong>.</p></li>
8283
<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>
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>

0 commit comments

Comments
 (0)