mthenw / serverless-go-plugin

⚡️ Serverless Framework plugin that compiles Go functions on the fly. Sponsored by https://cloudash.dev
https://cloudash.dev
MIT License
103 stars 17 forks source link

Is it possible to use the plugin in combination with serverless-offline #32

Open alexanderwink opened 2 years ago

alexanderwink commented 2 years ago

I usually develop using serverless offline. This is so that I can emulate a complete AWS Lamba & API Gateway locally. Is is possible to make this plugin work with serverless offline too?

https://github.com/dherault/serverless-offline

mthenw commented 2 years ago

I think it's possible but honestly, I don't have time to do that. Happy to review PRs though.