Show HN: Lemon – Alternative UI for AWS
uselemon.io
Show HN: Lemon – Alternative UI for AWS
1–10 of 32 posts
Re: Show HN: Lemon – Alternative UI for AWS
#2Lemon is easy to use, like Vercel or Heroku. You can deploy containers, webapps, functions, databases, etc. Networking and permissions are automatically configured, CI / CD just works, instrumentation connected. But it's not a PaaS - it manages your AWS account, and you retain full control.
Lemon has first-class support of Terraform, so you can customise every bit. It supports multiple environments and can export Terraform to a dedicated "infrastructure repository" if you connect one. And it will pick up your custom TF from that repo too, so it's a two-way sync.
By default Lemon uses ECS Fargate to deploy your containers. Kubernetes is supported too, as well as Lambda. Static webapps go to S3 and served via CloudFront. Every environment gets independent configuration so you can have high-load production and many short-lived cost-efficient dev environments, even one per branch if you'd like.
We've also just launched on ProductHunt: https://www.producthunt.com/posts/lemon-4
Re: Show HN: Lemon – Alternative UI for AWS
#3Re: Show HN: Lemon – Alternative UI for AWS
#4This really needs an “about us” page. Trust (particularly with access to something as sensitive as an AWS account) is important here.
Re: Show HN: Lemon – Alternative UI for AWS
#5I can't imagine adopting this in the companies I've worked for, without that avenue.
Re: Show HN: Lemon – Alternative UI for AWS
#6Re: Show HN: Lemon – Alternative UI for AWS
#7Re: Show HN: Lemon – Alternative UI for AWS
#8Can this be launched internally, such that I am not leaking internal details out to a 3rd party? I can't imagine adopting this in the companies I've worked for, without that avenue.
Re: Show HN: Lemon – Alternative UI for AWS
#9We are tackling this same issue, but in a different way. A unified UI for AWS and LocalStack. https://getcommandeer.com
The downside is that in client-only arrangement state is no longer centrally managed; I wonder how do you solve that? Or do you have a "hybrid" model with some parts on the client and others on the server?
Re: Show HN: Lemon – Alternative UI for AWS
#10Can this be launched internally, such that I am not leaking internal details out to a 3rd party? I can't imagine adopting this in the companies I've worked for, without that avenue.