Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 781 Bytes

File metadata and controls

29 lines (19 loc) · 781 Bytes

serverless-aws-ruby-template

Custom template for the Serverless Framework for AWS Ruby projects.

The template comes configured with:

Setup

Initialize your project using this template

# master is the most recent released version
sls create --name my-project --template-url https://github.com/apsoto/serverless-aws-ruby-template/tree/master/template

Install Dependencies:

cd ./my-project
npm install
bundle config set path --local 'vendor/bundle'
bundle install --standalone

Confirm Setup

bundle exec rake
sls package