Hi :slightly_smiling_face: Does somebody know how ...
# help
s
Hi 🙂 Does somebody know how to create consumer function when using KinesisStream SST ? I need an example
f
And the consumers look like this:
Copy code
export async function handler(event) {
   console.log(event);
   return {};
 }
s
Thanks Frank! I though there will be certain set for consumer function, but looks like it is not neccesary.