Skip to content

Instantly share code, notes, and snippets.

View tominal's full-sized avatar
👨‍💻
Creating stuff

tom tominal

👨‍💻
Creating stuff
View GitHub Profile
@tominal
tominal / index.js
Last active July 8, 2023 17:37 — forked from amiantos/index.js
Zip and Stream Files from and to S3 using AWS Lambda
// Based on the gist thread from
//
// @amiantos Lambda S3 Zipper http://amiantos.net/zip-multiple-files-on-aws-s3/
//
// and
//
// @RyanClementsHax TypeScript implementation in the same Gist thread
//
// Adapted into JavaScript by @tominal