A sample application on C# that use AWS SQS, SNS and Lambda features. guides: http://docs.aws.amazon.com/sdk-for-net/v3/developer-guide/net-dg-config-netcore.html http://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/Welcome.html http://docs.aws.amazon.com/sns/latest/dg/welcome.html
videos: https://www.youtube.com/watch?v=UesxWuZMZqI https://www.youtube.com/watch?v=Ymn6WGCSjE4
Install dotnet new -i Amazon.Lambda.Templates::* - templates for aws asp net core lambda projects
AWS Lambda supports only LTS .NET CORE version (current, 1.0)