Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

1.0.0

Compare
Choose a tag to compare
@kyeotic kyeotic released this 19 May 19:36
· 159 commits to master since this release

The AWS-SDK use has been removed! Communication with AWS is now done with manually-signed requests, drastically shrinking the runtime size of the library. This should reduce lambda-cold start times for packages significantly.

The internals have also been rewritten to use co/promises. This means Node 4.x is now required for use.