MCPcopy 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)
4const getRandomInt = (min, max) => Math.floor(Math.random() * ((max - min) + 1)) + min;

Callers

nothing calls this directly

Calls 1

getRandomIntFunction · 0.85

Tested by

no test coverage detected