mirror of
https://github.com/ent/ent.git
synced 2026-05-22 09:31:45 +03:00
* added aws-appsync.md to doc/website/blog * completed introduction for serverless graphql using aws blog article * Update doc/website/blog/serverless-graphql-using-aws.md Co-authored-by: MasseElch <12862103+masseelch@users.noreply.github.com> * Update doc/website/blog/serverless-graphql-using-aws.md Co-authored-by: MasseElch <12862103+masseelch@users.noreply.github.com> * Update doc/website/blog/serverless-graphql-using-aws.md Co-authored-by: MasseElch <12862103+masseelch@users.noreply.github.com> * Update doc/website/blog/serverless-graphql-using-aws.md Co-authored-by: MasseElch <12862103+masseelch@users.noreply.github.com> * added graphql schema * made title in AddTodoInput required * added setup of entgo project * added screenshots for setting up AWS AppSync * added go, graphql, resolver template code * added description for setting up AWS AppSync API * completed AWS Lambda set up section * added description to configuring ent Lambda as AppSync data source * completed first draft of blog article * added missing screenshots * proof read of the tutorial * Update doc/website/blog/serverless-graphql-using-aws.md Co-authored-by: MasseElch <12862103+masseelch@users.noreply.github.com> * incorporated some feedback from code review * added comments to Go code, line highlighting for Todo schema, incorporated feedback from Ariel * prefixed serverless blog article with publication date, simplified go project setup commands * Update doc/website/blog/2022-01-04-serverless-graphql-using-aws.md Co-authored-by: MasseElch <12862103+masseelch@users.noreply.github.com> Co-authored-by: Ariel Mashraki <7413593+a8m@users.noreply.github.com>