UNPKG

discord-bot-cdk-construct

Version:

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

9 lines (8 loc) 200 B
/** * The name of the secret key to retrieve. */ export declare const discordBotAPIKeyName: string; /** * The ARN for the Discord command lambda. */ export declare const commandLambdaARN: string;