Jeff-Stapleton / .Net-Core-AWS-Lambda-SAM-Example

This is an example repo of how to create a serverless backend using .NET Core, AWS Lambda, AWS API Gateway and AWS SAM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sam package \
  --template-file template.yaml \
  --output-template debugging-example.yaml \
  --s3-bucket debugging-example-deploy

  sam deploy \
   --template-file debugging-example.yaml \
   --stack-name DebuggingExample \
   --capabilities CAPABILITY_IAM \
   --region eu-west-1

   dotnet lambda invoke-function DebuggingExample -–region eu-west-1

About

This is an example repo of how to create a serverless backend using .NET Core, AWS Lambda, AWS API Gateway and AWS SAM


Languages

Language:C# 100.0%