Axios does not send message to slack from lambda aws
I have the code below, where I first use AJV to validate a json schema and if it is valid it just prints a message in the log, if not it should call axios to send a notification to slack:
I have the code below, where I first use AJV to validate a json schema and if it is valid it just prints a message in the log, if not it should call axios to send a notification to slack: