Skip to content

apsoto/serverless-aws-ruby-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

serverless framework custom template for AWS ruby

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published