Fortify 2 Teams Webhook
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.
After that, create a Function:
Define a name for the Node.js code
And in the Advanced Settings, enable Funtion URL with NONE Auth type
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.