A go project to create zip files from AWS S3
{ "bucket": "bucket-name", "zip_name": "myZip", "items": [ "somefile.png", "folder/anotherfile.png" ] }
Type on terminal: docker-compose up
- add tests
- create a version to run on AWS Lambda
A go project to create zip files from AWS S3
A go project to create zip files from AWS S3
{ "bucket": "bucket-name", "zip_name": "myZip", "items": [ "somefile.png", "folder/anotherfile.png" ] }
Type on terminal: docker-compose up
A go project to create zip files from AWS S3
MIT License