Skip to content

Commit 0582cb6

Browse files
authored
feat: set python 3.8 as default hosted skill python runtime version (#283)
1 parent e64d050 commit 0582cb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

media/createSkill/createSkill.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ <h1>Create new skill</h1>
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">
8888
<option value='NODE_16_X'>Alexa-Hosted (Node.js)</option>
89-
<option value='PYTHON_3_7'>Alexa-Hosted (Python)</option>
89+
<option value='PYTHON_3_8'>Alexa-Hosted (Python)</option>
9090
</select>
9191
<br/><br/>
9292
<label for="skillRegion">Hosting region</label><br/>

0 commit comments

Comments
 (0)