UNPKG

serverless-offline

Version:

Emulate AWS λ and API Gateway locally when developing your Serverless project

6 lines (4 loc) 126 B
import { createHash } from "node:crypto" export default function createApiKey() { return createHash("md5").digest("hex") }