Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tongueroo/jets-s3-example
- Owner: tongueroo
- Created: 2019-02-18T01:45:43.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-20T08:19:54.000Z (almost 2 years ago)
- Last Synced: 2024-10-31T07:20:59.347Z (2 months ago)
- Language: Ruby
- Size: 32.2 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
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
bundleUpdate [.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!