Skip to content

ItsIrv/DISCORD-MESSAGE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DISCORD LAMBDA

This AWS Lambda Function is used to send messages to a Discord channel.

Setup

The only set up needed is the .env file. If you're using the deploy Github script, you need to set up the AWS environtment variables.

Functionality

To send a message to your discord webhook, you can send a POST request with the following JSON payload.

    {
        "message": "<MESSAGE TO SEND TO CHAT>"
    }

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages