An open API service indexing awesome lists of open source software.

https://github.com/hanazuki/sam-build-fast

A fast alternative for `sam build`
https://github.com/hanazuki/sam-build-fast

aws-sam ruby serverless-application-model

Last synced: 5 months ago
JSON representation

A fast alternative for `sam build`

Awesome Lists containing this project

README

        

# sam-build-fast

A fast alternative for `sam build`, which speeds up the builds with caching.

## Usage
### CLI

Run `sam-build-fast` instead of `sam build`.

### Rake

```ruby
require 'sam-build-fast/rake'

task :default => :'sam:build'
SamBuildFast::Rake.define(:sam)
```