You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* chore(cdk): clean no-magic-numbers baseline and flip rule to error (aws-samples#312)
Promote inline numeric literals across CDK constructs and handlers to named
module constants, then make @typescript-eslint/no-magic-numbers blocking to
match CLI enforcement from aws-samples#258.
Co-authored-by: Cursor <cursoragent@cursor.com>
* chore(cdk): extract Lambda memory sizes and orchestrator timeout to constants
Address PR aws-samples#340 review feedback by promoting remaining memorySize literals
and the orchestrator 60s timeout to named module constants, reusing
CEDAR_WASM_MIN_LAMBDA_MEMORY_MB for GetPoliciesFn.
Co-authored-by: Cursor <cursoragent@cursor.com>
* fix(deps): pin js-yaml to 4.2.0 via yarn resolution
Force js-yaml 4.2.0 to remediate GHSA-h67p-54hq-rp68 pulled in transitively
by @istanbuljs/load-nyc-config, unblocking security:deps CI.
Co-authored-by: Cursor <cursoragent@cursor.com>
---------
Co-authored-by: bgagent <bgagent@noreply.github.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Sphia Sadek <isadeks@gmail.com>
0 commit comments