https://github.com/yeukfei02/ruby-serverless
ruby-serverless
https://github.com/yeukfei02/ruby-serverless
aws-apigateway aws-lambda dynamodb ruby serverless
Last synced: 9 months ago
JSON representation
ruby-serverless
- Host: GitHub
- URL: https://github.com/yeukfei02/ruby-serverless
- Owner: yeukfei02
- License: mit
- Created: 2021-04-05T08:50:51.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T14:42:59.000Z (over 2 years ago)
- Last Synced: 2025-02-28T11:53:45.853Z (about 1 year ago)
- Topics: aws-apigateway, aws-lambda, dynamodb, ruby, serverless
- Language: Ruby
- Homepage:
- Size: 208 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# ruby-serverless
documentation:
api url:
## Requirement
- install ruby (v2.7)
- install gem
- install bundle
- install yarn
- install node (v14+)
- install serverless
## Testing and run
```zsh
// install ruby dependencies
$ bundle install
// install node dependencies
$ yarn
// test api in local
$ yarn run dev
// deploy to serverless
$ yarn run deploy
// open serverless dashboard
$ yarn run dashboard
// remove serverless services in aws (api gateway, lambda, s3, cloudformation)
$ yarn run remove
// rubocop
$ rubocop --auto-correct
// reek
$ reek
```