Hi. I’m trying to connect my JIRA webhook to my AWS Lambda. It needs to be able to send the URL of the triggered event so that my Python code can request the JSON of that URL. Does anyone know if it’s possible to do so and if not, is there a work around that anyone knows of?
Thanks.