Fortify2TeamsWebhook After starting to use Fortify from Microfocus, and adding alot of projects and users we realize that we needed a way to share with everyone in Teams what was going on. So we decided to use the Webhook function from Teams/Fortify. However, their syntax don’t match. Damn!! “Houston we have a problem”

So I decided to create this simple function : Fortify 2 Teams Webhook https://github.com/tarrinho/Fortify2TeamsWebhook

In order to have this Lambda function up and running in AWS you need to go to the Lambda area. image1

After that, create a Function: image2

Define a name for the Node.js code image3

And in the Advanced Settings, enable Funtion URL with NONE Auth type image4

After creating the function, you need to change the file name from index.mjs to index.js and copy the lambda.nodejs code to it. Don’t forget to change the url and path to your Teams webhook. And finally, Deploy it.