Skip to content

Commit 98cdad4

Browse files
Robin Badsaratydonelson
authored andcommitted
feat: setting Node.js 16 as default runtime for AlexaHosted Skills
1 parent 0a96c2c commit 98cdad4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

media/createSkill/createSkill.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ <h1>Create new skill</h1>
4848
</select>
4949
<br/><br/>
5050
<label for="defaultLanguage">Skill Model</label><br/>
51-
<span>The extension will create a <a href="https://developer.amazon.com/en-US/docs/alexa/custom-skills/understanding-custom-skills.html">Custom Skill</a> containing a custom interaction model based on a Hello World sample project. From there you can design your own custom experience by defining the requests your skill can handle.
51+
<span>The extension will create a <a href="https://developer.amazon.com/en-US/docs/alexa/custom-skills/understanding-custom-skills.html">Custom Skill</a> containing a custom interaction model based on a Hello World sample project. From there you can design your own custom experience by defining the requests your skill can handle.
5252
</span>
5353
<div class="provision-cards-container">
5454
<div id="skillModelCard" class="skill-card">
@@ -68,7 +68,7 @@ <h1>Create new skill</h1>
6868
selected
6969
</div>
7070
<p class="title">Alexa-hosted</p>
71-
<p class="details">Alexa will host skills in your account up to the AWS Free Tier limits and get you started with a skill template. You will gain access to AWS Lambda endpoints in all Alexa service regions, a DynamoDB table for data persistence, and S3 for media storage.
71+
<p class="details">Alexa will host skills in your account up to the AWS Free Tier limits and get you started with a skill template. You will gain access to AWS Lambda endpoints in all Alexa service regions, a DynamoDB table for data persistence, and S3 for media storage.
7272
<a href="https://developer.amazon.com/en-US/docs/alexa/hosted-skills/build-a-skill-end-to-end-using-an-alexa-hosted-skill.html">Learn more</a></p>
7373
</div>
7474
<div id="provisionOwnCard" class="skill-card">
@@ -85,7 +85,7 @@ <h1>Create new skill</h1>
8585
<label for="skillRuntime">Hosting runtime</label><br/>
8686
<span>With Alexa-Hosted skills you get free hosting with AWS Lambda (up to the AWS Free Tier). <a href='https://developer.amazon.com/en-US/docs/alexa/hosted-skills/build-a-skill-end-to-end-using-an-alexa-hosted-skill.html'>Learn more</a></span>
8787
<select id="runtime" name="runtime">
88-
<option value='NODE_12_X'>Alexa-Hosted (Node.js)</option>
88+
<option value='NODE_16_X'>Alexa-Hosted (Node.js)</option>
8989
<option value='PYTHON_3_7'>Alexa-Hosted (Python)</option>
9090
</select>
9191
<br/><br/>
@@ -97,7 +97,7 @@ <h1>Create new skill</h1>
9797
<option value='US_WEST_2'>US West (Oregon)</option>
9898
</select>
9999
</div>
100-
100+
101101
<div id="selfHostedContainer" class="hidden">
102102
<br/><br/>
103103
<label for="skillRuntime">Programming language</label><br/>
@@ -108,7 +108,7 @@ <h1>Create new skill</h1>
108108
<option value='Java'>Java</option>
109109
</select>
110110
</div>
111-
111+
112112

113113
<br/><br/>
114114
<label for="skillFolder">Local directory</label><br/>
@@ -126,4 +126,4 @@ <h1>Create new skill</h1>
126126
</div>
127127
</div>
128128
</body>
129-
</html>
129+
</html>

0 commit comments

Comments
 (0)