Skip to content
This repository has been archived by the owner on Dec 4, 2020. It is now read-only.

v1.4.0

Compare
Choose a tag to compare
@kddnewton kddnewton released this 10 Jun 22:27
· 29 commits to master since this release

This is a breaking change. In this release we pre-parse the information coming from slack such that the "body" property of the event object is already an object as opposed to a string. Additionally we now only support nodejs 4.3 on lambda, as we're taking advantage of the new callback function that does not halt execution when it is called.