/jets-s3-example

Jets S3 Events Example

Primary LanguageRuby

Jets S3 Events Example

This project shows simple S3 event examples with Jets.

Usage

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

Update .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.

jets deploy

Here's the blog article:

If you find Jets interesting, please it a GitHub star tongueroo/jets. It helps others find out about the project. I'd appreciate it!