jamesiarmes / s3-decompression-lambda

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

s3-decompression-lambda

A simple Lambda function to decompress objects added to an S3 bucket and write the resulting object to another bucket.

Dependencies

Dependencies can be installed using bundler and npm using the following commands:

bundle install --standalone --path vendor/bundle
npm install

Building

An artifact for deployment can be built (and/or deployed) using the serverless framework:

npx serverless package

You can use your own serverless configuration file and specify it as a command line argument. For example:

npx serverless package --config my-serverless.yml

About

License:MIT License


Languages

Language:Ruby 100.0%