Skip to content

fix(addCORSHeaders): add Access-Control-Expose-Headers for custom hea… #1162

fix(addCORSHeaders): add Access-Control-Expose-Headers for custom hea…

fix(addCORSHeaders): add Access-Control-Expose-Headers for custom hea… #1162

Triggered via push August 27, 2025 13:28
Status Success
Total duration 38s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
tests: src/corsOPTIONS.ts#L20
Unsafe argument of type `any` assigned to a parameter of type `{ headers: APIGatewayProxyEventHeaders; }`
tests: src/corsOPTIONS.ts#L19
Unsafe member access .headers on an `any` value
tests: src/corsOPTIONS.ts#L18
Unsafe assignment of an `any` value
tests: src/corsOPTIONS.ts#L16
Unsafe assignment of an `any` value
tests: src/addVersionHeader.ts#L15
Unsafe member access .headers on an `any` value
tests: src/addVersionHeader.ts#L14
Unsafe assignment of an `any` value
tests: src/addVersionHeader.ts#L12
Unsafe assignment of an `any` value
tests: src/addCORSHeaders.ts#L20
Unsafe member access .headers on an `any` value
tests: src/addCORSHeaders.ts#L19
Unsafe assignment of an `any` value
tests: src/addCORSHeaders.ts#L17
Unsafe assignment of an `any` value