Hey all. What’s the best way to send test events t...
# help
d
Hey all. What’s the best way to send test events to kinesis via SST ? I can’t find a way to invoke the lambda via CLI
t
I usually invoke lambdas in the AWS console
d
I guess I can do that for time being, but it would be great to have a cli option for that
ö
I usually use VS Code Rest Client.
And make it a part of my version control
s
@Ömer Toraman I use this plugin too, it's fantastic! However, I think @Damjan is asking about executing a Lambda that is not part of an API
ö
I see
d
Yeah, I think this should be included in SST, similarly to serverless framework
For now I just created a function and I invoke it via console, but it would be nice to have a command for it
ö
Agreed @Daniel Jarrett