https://github.com/jodosha/hanami-api-amazon-aws-lambda
Hanami::API on Amazon AWS Lambda
https://github.com/jodosha/hanami-api-amazon-aws-lambda
aws aws-lambda hanami hanami-api microservice ruby
Last synced: 5 months ago
JSON representation
Hanami::API on Amazon AWS Lambda
- Host: GitHub
- URL: https://github.com/jodosha/hanami-api-amazon-aws-lambda
- Owner: jodosha
- Created: 2020-03-02T17:59:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-16T06:15:26.000Z (over 2 years ago)
- Last Synced: 2025-03-30T08:24:53.270Z (6 months ago)
- Topics: aws, aws-lambda, hanami, hanami-api, microservice, ruby
- Language: Ruby
- Size: 14.6 KB
- Stars: 37
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hanami::API on Amazon AWS Lambda
## Prerequisites
* Ruby 2.7+
* Amazon account
* Amazon AWS CLI (`aws`)## Setup
* Create an [Amazon AWS Lambda function](https://docs.aws.amazon.com/lambda/latest/dg/lambda-ruby.html)
* Clone this repository
* Run `bin/setup`
* Run `bin/deploy`
* Run `bin/test`