schuettc/CDK Lambda Size Gate
Fail CI before an oversized Lambda breaks your CDK deploy. Reads cdk.out and gates on the AWS 250 MiB unzipped limit.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| cdk-out | Path to the synthesized cdk.out directory | no | cdk.out |
| hard-limit | FAIL above this many unzipped bytes (AWS limit: 262144000) | no | 262144000 |
| warn-limit | WARN above this many unzipped bytes | no | 209715200 |
| version | Full release tag of the binary to download, e.g. v1.2.3 (default: the full-semver ref this action was invoked at, else the latest release) | no | "" |
Outputs
no outputs