UNPKG

discord-bot-cdk-construct

Version:

A quick CDK Construct for creating a serverless Discord bot in AWS!

4 lines 95 B
import crypto from 'crypto'; export default function rng() { return crypto.randomBytes(16); }