MCPcopy Index your code
hub / github.com/CodeGenieApp/serverless-express / EventSource

Interface EventSource

src/configure.d.ts:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6type EventSources = 'AWS_SNS' | 'AWS_DYNAMODB' | 'AWS_EVENTBRIDGE' | 'AWS_SQS' | 'AWS_KINESIS_DATA_STREAM' | 'AWS_S3' | 'AWS_STEP_FUNCTIONS' | 'AWS_SELF_MANAGED_KAFKA';
7
8interface EventSource {
9 getRequest?: any; // TODO:
10 getResponse?: any; // TODO:
11}
12
13interface BinarySettings {
14 isBinary?: Function | boolean;

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…