Skip to content

This .NET Core project implements a SendGrid webhook for parsing emails using AWS Serverless Application Model.

Notifications You must be signed in to change notification settings

junkangli/SendGridWebhook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SendGrid Inbound Email Parse Webhook AWS Serverless Application Project

This .NET Core project implements a SendGrid webhook for parsing emails using AWS Serverless Application Model.

Deploy Serverless

To install the tools used to deploy from the command line, use the dotnet tool install command.

dotnet tool install -g Amazon.Lambda.Tools

To update to the latest version of the tools, use the dotnet tool update command.

dotnet tool update -g Amazon.Lambda.Tools

Update the values in aws-lambda-tools-defaults.json file. In particular, the profile and s3-bucket parameters.

To deploy the .NET Core Serverless application, run the below command:

cd "InboundParseServerless"
dotnet lambda deploy-serverless

About

This .NET Core project implements a SendGrid webhook for parsing emails using AWS Serverless Application Model.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages