Skip to content

Instantly share code, notes, and snippets.

@amiantos
amiantos / index.js
Last active December 2, 2025 04:33
Zip Multiple Files from S3 using AWS Lambda Function
// Lambda S3 Zipper
// http://amiantos.net/zip-multiple-files-on-aws-s3/
//
// Accepts a bundle of data in the format...
// {
// "bucket": "your-bucket",
// "destination_key": "zips/test.zip",
// "files": [
// {
// "uri": "...", (options: S3 file key or URL)
@pedro-mass
pedro-mass / Setting-up-Semantic-Release.md
Last active October 17, 2024 10:12
Setting up semantic-release with commit linter and commit message helper