Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/serverless/examples
/ parseInt
Function
parseInt
aws-python-alexa-skill/handler.py:4–8 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
2
3
4
def
parseInt(value):
5
try
:
6
return
int(value)
7
except
ValueError:
8
return
100
9
10
11
def
lucky_number(event, context):
Callers
4
handler.js
File · 0.85
lucky_number
Function · 0.85
generateInvocations
Function · 0.85
resize
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected