guckin / notify-discord-webhook

Lambda Template for notifying a discord webhook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Notify Discord Webhook Lambda Template

Template Lambda for posting messages to Discord Via a configured webhook url

Prerequisites

  • IAM User with the following policies
IAMFullAccess
AmazonEC2ContainerRegistryFullAccess
AmazonS3FullAccess
AmazonAPIGatewayAdministrator
AWSCloudFormationFullAccess
AWSLambda_FullAccess

Configuration

Here are the following Github Secrets you should define for this repository:

AWS_ACCESS_KEY_ID IAM access key ID.

AWS_SECRET_ACCESS_KEY IAM access key

AWS_REGION Deployment region

WEB_HOOK_URL The Discord webhook to POST to

Development

Install dependencies

npm i

running tests

npm test

About

Lambda Template for notifying a discord webhook


Languages

Language:TypeScript 89.3%Language:Dockerfile 10.7%