bruno-farias / go-aws-zipper

A go project to create zip files from AWS S3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A go project to create zip files from AWS S3

License:MIT License


Languages

Language:Go 97.2%Language:Dockerfile 2.8%