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: 9 days 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 5 years ago)
- Default Branch: master
- Last Pushed: 2024-12-27T13:04:16.000Z (over 1 year ago)
- Last Synced: 2025-12-26T04:48:30.571Z (5 months ago)
- Topics: aws-sam, ruby, serverless-application-model
- Language: Ruby
- Homepage:
- Size: 69.3 KB
- Stars: 0
- Watchers: 1
- 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
### CLI
Run `sam-build-fast` instead of `sam build`.
### Rake
```ruby
require 'sam-build-fast/rake'
task :default => :'sam:build'
SamBuildFast::Rake.define(:sam)
```