A simple Lambda function to decompress objects added to an S3 bucket and write the resulting object to another bucket.
Dependencies can be installed using bundler and npm using the following commands:
bundle install --standalone --path vendor/bundle
npm install
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