Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tongueroo/jets-s3-example

Jets S3 Events Example
https://github.com/tongueroo/jets-s3-example

Last synced: 16 days ago
JSON representation

Jets S3 Events Example

Awesome Lists containing this project

README

        

## Jets S3 Events Example

This project shows simple S3 event examples with [Jets](http://rubyonjets.com/).

## Usage

git clone https://github.com/tongueroo/jets-s3-example demo
cd demo
# edit .env with your actual values
bundle

Update [.env](.env) with your own values. Example .env:

S3_BUCKET=my-own-bucket-name

## Deploy

Next, we'll deploy the app to AWS Lambda with [jets deploy](http://rubyonjets.com/reference/jets-deploy/).

jets deploy

Here's the blog article:

* Blog Post: [S3 Events and AWS Lambda with Ruby on Jets](https://blog.boltops.com/2019/02/22/s3-events-and-aws-lambda-with-ruby-on-jets)

If you find Jets interesting, please it a GitHub star [tongueroo/jets](https://github.com/tongueroo/jets). It helps others find out about the project. I'd appreciate it!