Skip to content

Commit

Permalink
feat: set python 3.8 as default hosted skill python runtime version (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
skrotha authored Dec 27, 2023
1 parent e64d050 commit 0582cb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion media/createSkill/createSkill.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ <h1>Create new skill</h1>
<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>
<select id="runtime" name="runtime">
<option value='NODE_16_X'>Alexa-Hosted (Node.js)</option>
<option value='PYTHON_3_7'>Alexa-Hosted (Python)</option>
<option value='PYTHON_3_8'>Alexa-Hosted (Python)</option>
</select>
<br/><br/>
<label for="skillRegion">Hosting region</label><br/>
Expand Down

0 comments on commit 0582cb6

Please sign in to comment.