Skip to content

Instantly share code, notes, and snippets.

@robvanpamel
robvanpamel / Function.cs
Last active November 19, 2018 14:46
Rebus AmazonSQS Serverless
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Amazon.Lambda.Core;
using Amazon.Lambda.SQSEvents;
// Assembly attribute to enable the Lambda function's JSON input to be converted into a .NET class.
@robvanpamel
robvanpamel / gist:2aa2b27da8d0f922b9b98b6331b2e57f
Created March 3, 2017 19:09
AutoFac Resolving Generic Factory
using System;
using System.Collections.Generic;
using Xunit;
using Autofac;
namespace Tests
{
public class Tests
{
public class ClassUnderTest
{