From the <docs>, how is this true [ `[It supports...
# help
a
From the docs, how is this true [
[It supports] Lambda IAM permissions, so if a Lambda fails on AWS due to the lack of IAM permissions, it would fail locally as well
] if the lambda function is ran locally and only the results are passed back to the stub lambda in AWS?
t
The stub lambda is granted temporary credentials that it forwards down to your machine
then we run your function under those temporary credentials
a
oh interesting. cool stuff! thanks. appreciate your help and the quick response