iopipe / iopipe-js-profiler

Profiling and tracing for AWS Lambda
https://www.iopipe.com
Apache License 2.0
11 stars 7 forks source link

Use gzip compression of data before uploading to S3 #17

Closed coreylight closed 6 years ago

coreylight commented 6 years ago

Use gzip to lower costs on s3 and save time on the network request. May need some benchmarking to make sure we are actually saving time. Can stream to the zlib module once we move to a streaming transport too 😎

ewindisch commented 6 years ago

My implementation of a solution for #4 includes zipping files with zlib (gzip) compression.