Skip to content

Releases: CodeForBaltimore/lambda-restful-util

v1.0.2

08 Mar 02:06
2fe5b98
Compare
Choose a tag to compare

1.0.2 (2021-03-08)

Bug Fixes
  • removing github publish. updating README. (1ea94d4)
Other Changes
  • filled out more documentation and tests (71961ba)

v1.0.1

16 Feb 15:57
0aa1bd2
Compare
Choose a tag to compare

A minor update to allow for strongly-typed packaging.

v1.0.0

15 Feb 16:48
888eb1c
Compare
Choose a tag to compare

The project is initialized. This release:

  • adds withStatusCode function to return formatted HTTP responses
  • enum of all HTTP status codes mapped to number
  • body and header validation and parsing functions