Skip to content

Instantly share code, notes, and snippets.

@amiantos
amiantos / index.js
Last active July 9, 2024 14:52
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 July 13, 2024 17:22
Setting up semantic-release with commit linter and commit message helper