Skip to content

iammukeshm/aws-serverless-dotnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Amazon API Gateway with .NET – AWS Lambda & DynamoDB Integrations

In this article, we will be getting started with Amazon API Gateway with .NET. Using this, we will be able to expose AWS Lambdas to the external world quite easily.

Amazon API Gateway with .NET

In a previous article, we learned about working with AWS Lambda using .NET, which is a vital point for getting started with Serverless applications. Although we built and deployed those Lambdas onto AWS, we never really discussed how we would expose them to be invoked by the external world.

Topics Covered:

  • What is Amazon API Gateway?
  • AWS REST API vs HTTP API
  • Building & Publishing an AWS Lambda with .NET
  • Creating Amazon API Gateway
  • Exploring Amazon API Gateway Console Interface
  • Building Students Management AWS Lambda with .NET
  • Getting All Students
  • Create Student
  • Get Student By ID
  • Adding DynamoDB Permissions.
  • Wiring up Amazon API Gateway with .NET Lambda

Read the entire article - https://codewithmukesh.com/blog/amazon-api-gateway-with-dotnet/