latermedia/Git Meta
A simple Docker action to build the lambdas using SAM and copy the results into S3.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| version | The version of the service | yes | — |
| name | The name of the service | yes | — |
| bucket | The name of the bucket to put the files into | yes | mavrck-build-artifacts |
| use-container | Whether to run sam build with --use-container option | no | — |
| sam-build-options | Extra options for sam build command | no | — |
| sam-package-options | Extra options for sam package command | no | — |
Outputs
| name | description |
|---|---|
| templateOutput | File path to the generated template file |