Git Product home page Git Product logo

lambda-azure-devops-discord's Introduction

Azure Devops Discord AWS Lambda Webhook

A simple AWS lambda function that takes a Azure Devops webhook payload, creates a Discord-compatible webhook payload, and executes the appropriate Discord webhook. This repository is coded in dotnet.

Setup instruction:

  1. Create an AWS Lambda function. Choose .Net 6(C#/PowerShell) as the runtime and upload the published code.
  2. Define the environment variable in lambda:-
    • discord_id - Discord webhook id
    • discord_token - Discord webhook token
  3. Change the handler to AzureDevOpsDiscord::AzureDevOpsDiscord.Program::Handler
  4. Create an HTTP API in AWS API Gateway
  5. Add integration with the lambda function. Choose Version 2.0
  6. Define your preferred route.
  7. Create a webhook in Discord, take note the URL will contain the discord id and token.
  8. Create Azure Devops webhook from Project Settings -> Service Hooks.
  9. Add Web Hooks. Currently only these events is supported: Build Completed, Pull Request Created, Updated and Commented On
  10. Fill in the URL with this format: (https://[Api_Url]/[Route])
  11. Test and save the webhook.

The diagram below shows how the flow work.

Resources

https://discordapp.com/developers/docs/resources/webhook#execute-webhook

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.