Looks like `aws.lambda.CallbackFunction` on window...
# typescript
b
Looks like
aws.lambda.CallbackFunction
on windows packages up the files with
\
as the directory separator, and that doesn't go down well with AWS Lambda. Is there a way to change the path separator?
b
I don't believe so at this time, could you file an issue for this?
b
Will do