TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Serverless GraphQL using with AWS and ent

5 点作者 bodokaiser超过 3 年前

2 条评论

bodokaiser超过 3 年前
Hey Gophers,<p>In this story on Ent’s blog, today, I present a tutorial on setting up a Serverless GraphQL API using AWS and Ent.<p>Personally, I found using Ent an extremely convenient and pleasurable experience. In particular, I found the concept of a type-safe ORM using code generation to fit very well with Go. In addition, Go is a perfect fit for serverless deployments as it offers fast startup times, high performance, reproducible builds, and packaging. With this post, I hope to share with you a bit of the timeless beauty of combining AWS and Ent.<p>If you’ve been wanting to contribute to open-source, I hope this post motivates you to go ahead and do it! And if you’re looking for an awesome OSS community to be part of, we would love to have you join the Ent team!<p>Cheers
评论 #29794048 未加载
yonidavidson超过 3 年前
Thanks for the contribution Bodo, I am sure this will help many others who want to use GraphQL with Go.