This relates to S3 trigger-enabled Lambda
# sst
d
This relates to S3 trigger-enabled Lambda
f
Hey Dillon, do u mean unit testing the ur Python Lambda functions locally?
d
Yes Sir
f
@Ross Coundon shared his unit test setup in this thread https://serverless-stack.slack.com/archives/C01HQQVC8TH/p1619590086372700?thread_ts=1619573588.367800&cid=C01HQQVC8TH The Lambda handlers are in Node. I think for unit test, it’s not as ideal to test at the endpoint level, b/c that would require
sst start
to be running at the time of testing.