Closed d0ruk closed 6 years ago
you are right, the cli does not need to be transpiled by babel.
No, I mean running my code through babel as part of the awsmobile push
command.
I traced the building process to here.
Am I correct in thinking that I need to modify the buildAWSLambda() to customize the build process?
correct. before the lambda function is zipped, you need to make sure it has already been correctly built.
Hello,
Is this possible?
I took a quick look at the source, and couldn't find any apparent module to hook into the build process.
-d