Skip to content

jamesiarmes/s3-decompression-lambda

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages