/.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

Primary LanguageC#

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