| 6 | type EventSources = 'AWS_SNS' | 'AWS_DYNAMODB' | 'AWS_EVENTBRIDGE' | 'AWS_SQS' | 'AWS_KINESIS_DATA_STREAM' | 'AWS_S3' | 'AWS_STEP_FUNCTIONS' | 'AWS_SELF_MANAGED_KAFKA'; |
| 7 | |
| 8 | interface EventSource { |
| 9 | getRequest?: any; // TODO: |
| 10 | getResponse?: any; // TODO: |
| 11 | } |
| 12 | |
| 13 | interface BinarySettings { |
| 14 | isBinary?: Function | boolean; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…