Doug Tangren

Results 432 comments of Doug Tangren

This predated most of what you see today. It is a serverless framework plugin for building and packaging and deploying rust based lambdas. It integrates with that ecosystem the difference...

In theory if the provided runtime is support serverless-offline should "just work" https://github.com/dherault/serverless-offline/blob/95ec5c45ff29521934f10e1ab690afa31ba2a981/src/config/supportedRuntimes.js#L53

I almost got this working with `serverless offline --useDocker` with the pull linked above. however I'm on a mac an the volume serverless offline was mounting wasn't permitted on a...

Linked issue for ref https://github.com/dherault/serverless-offline/issues/1041

Thanks for the report. Can you paste the cargo.toml file contents you are using here?

See also vagrant https://app.vagrantup.com/boxes/search?q=windows+10&sort=&utf8=✓

GitHub actions looks promising and accessible

Have at it. I wanted to get that last release out there to start testing local builds quickly You'll notice a few changes to the test setup. Namely there are...

I'll roll this change into the next release which can happen as soon as you like

question. Does it make it any easier to accomplish this with the new [dockerless](https://github.com/softprops/serverless-rust#-experimental-local-builds) option?