/go-aws-zipper

A go project to create zip files from AWS S3

Primary LanguageGoMIT LicenseMIT

go-aws-zipper

A go project to create zip files from AWS S3

Request example (JSON)

{ "bucket": "bucket-name", "zip_name": "myZip", "items": [ "somefile.png", "folder/anotherfile.png" ] }

Run

Type on terminal: docker-compose up

TODO:

  • add tests
  • create a version to run on AWS Lambda