Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/serverless/examples
/ handler.js
File
handler.js
aws-node-alexa-skill/handler.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
'use strict'
;
2
3
// Returns a random integer between min (inclusive) and max (inclusive)
4
const
getRandomInt = (min, max) => Math.floor(Math.random() * ((max - min) + 1)) + min;
Callers
nothing calls this directly
Calls
1
getRandomInt
Function · 0.85
Tested by
no test coverage detected