serverless-rollup-plugin
serverless-rollup-plugin copied to clipboard
feature: support serverless invoke local
It would be nice if serverless invoke local would be piped through rollup, like with serverless-webpack. At the moment, it seems to be falling back to built in serverless behavior, and trying to directly invoke the source, which will probably fail due to using ES modules, not finding it (due to it being a .ts file) etc.
@simonbuchan, thank you for the suggestion. I'll look into it!
@theBenForce I haven't found the definitive answer to this problem. Is it already working with serverless-offline?
There is no integration right now, but PRs are welcome!