.NET on AWS Blog

Pankaj Rawat

Author: Pankaj Rawat

Pankaj Rawat is a Lead Consultant with AWS Professional Services. He is passionate about helping customers to build modern applications on AWS and guiding customers to migrate their .NET applications to AWS.

Building a GraphQL API with AWS AppSync Using Direct Lambda Resolvers in .NET

GraphQL APIs enables clients to request specific data sets, reducing over-fetching compared to traditional REST APIs, which return fixed data structures with unnecessary fields. Unlike REST APIs that require multiple endpoints and round trips to gather related data, GraphQL provides a single endpoint. This enables clients to fetch exactly what they need in one request, improving […]

Cover slide: Build a .NET Context-Aware Generative AI Chatbot using Amazon Bedrock and LangChain

Build a .NET Context-Aware Generative AI Chatbot using Amazon Bedrock and LangChain

Generative AI is taking chatbots to the next level by empowering them to engage in human-like dialogues. These advanced conversational agents understand and respond to complex queries, provide personalized assistance, and even generate creative content. This blog post shows how to build a context-aware chatbot using Amazon Bedrock and LangChain in a .NET environment. The choice […]

Implementing Semantic Search using Amazon Bedrock and RDS for PostgreSQL in .NET

Introduction Large language models (LLMs) are driving the rapid growth of semantic search applications. Semantic search understands both user intent and content context, rather than just matching keywords. LLMs enhance this capability through their advanced language processing abilities. These AI models can process multiple content formats, including text, images, audio, and video. The users receive […]