MCPcopy Create free account
hub / github.com/FormidableLabs/pino-lambda / ContextMap

Interface ContextMap

src/context.ts:4–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2const CONTEXT_SYMBOL = Symbol.for('aws.lambda.runtime.context');
3
4export interface ContextMap {
5 awsRequestId: string;
6 [key: string]: unknown;
7}
8
9export interface ContextStorageProvider {
10 getContext: () => ContextMap;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…