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`
- Host: GitHub
- URL: https://github.com/hanazuki/sam-build-fast
- Owner: hanazuki
- Created: 2020-09-08T09:16:00.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-12-27T13:04:16.000Z (5 months ago)
- Last Synced: 2024-12-27T14:22:59.337Z (5 months ago)
- Topics: aws-sam, ruby, serverless-application-model
- Language: Ruby
- Homepage:
- Size: 69.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sam-build-fast
A fast alternative for `sam build`, which speeds up the builds with caching.
## Usage
### CLIRun `sam-build-fast` instead of `sam build`.
### Rake
```ruby
require 'sam-build-fast/rake'task :default => :'sam:build'
SamBuildFast::Rake.define(:sam)
```