DEV Community

Dilip Kumar Singh
Dilip Kumar Singh

Posted on • Originally published at codefari.com

2 1

AWS: AppSync with Lambda Resolver for MongoDB using DotNet core

In this article, we will learn how to create an AppSync API with the Lambda function. I will show you how a lambda function is written using the Dotnet core that performs business logic based on invoking graphical field operation. AppSync enables us to use AWS Lambda to resolve any graphing field.

Technology
Framework- Visual studio 2019
DotNet core and backend database MongoDB

Prerequisites
You should have the basic knowledge of .Net Core with C#, Visual Studio, and NoSQL database understanding will be additional.

This article divided into three parts.
Part 1- Lambda Function development using DotNet core.
Part 2- Deployment on AWS
Part 3 – AppSync API
For more click here https://www.codefari.com/2019/12/aws-appsync-with-lambda-resolver-for.html

Top comments (0)

Qodo Takeover

Introducing Qodo Gen 1.0: Transform Your Workflow with Agentic AI

Rather than just generating snippets, our agents understand your entire project context, can make decisions, use tools, and carry out tasks autonomously.

Read full post

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay