amazon-archives / awsmobile-cli

CLI experience for Frontend developers in the JavaScript ecosystem.
Apache License 2.0
142 stars 35 forks source link

Transpile cloud-api/ through babel? #2

Closed d0ruk closed 6 years ago

d0ruk commented 6 years ago

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

UnleashedMind commented 6 years ago

you are right, the cli does not need to be transpiled by babel.

d0ruk commented 6 years ago

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?

UnleashedMind commented 6 years ago

correct. before the lambda function is zipped, you need to make sure it has already been correctly built.