Hi @choonkeat and thanks for developing elm-webapp, it’s awesome to see something like Lamdera open-sourced!
I’d like to contribute with a suggestion about the deployment process. It could be interesting to support the Serverless Framework for deployment since it already supports different cloud providers:
- AWS
- Azure
- Tencent
- Google
- Knative
- Alibaba Cloud
- Cloudflare Workers
- Fn
- Kubeless
- OpenWhisk
- Spotinst
and supports offline development. It would also ease elm-webapp development by delegating the boilerplate code to an already established framework.
It already exists the-sett/elm-serverless that uses this tool, but I don’t think it’s actively maintained anymore and it doesn’t offer an end-to-end experience as elm-webapp does.
I hope this is helpful!
Hi @choonkeat and thanks for developing elm-webapp, it’s awesome to see something like Lamdera open-sourced!
I’d like to contribute with a suggestion about the deployment process. It could be interesting to support the Serverless Framework for deployment since it already supports different cloud providers:
and supports offline development. It would also ease elm-webapp development by delegating the boilerplate code to an already established framework.
It already exists the-sett/elm-serverless that uses this tool, but I don’t think it’s actively maintained anymore and it doesn’t offer an end-to-end experience as elm-webapp does.
I hope this is helpful!