Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 355 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 355 Bytes

@lib/lambda

This package provides utilities for AWS Lambda functions, including extractHeaderValue and reportError for handling HTTP headers and error reporting.

Functions

extractHeaderValue

Extracts a specified header value from the incoming HTTP headers.

reportError

Reports errors to Sentry with optional context information.