Skip to content

Instantly share code, notes, and snippets.

@matteus6007
matteus6007 / QueryResultMapper
Created February 3, 2014 10:13
Dynamo Global Secondary Index QueryResult Mapper
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Reflection;
using Amazon.DynamoDBv2.DataModel;
using Amazon.DynamoDBv2.Model;
namespace Helpers
{
@matteus6007
matteus6007 / baseresponse-wrapper-swagger.txt
Last active January 15, 2018 13:48
BaseResponse wrapper for swagger
using System.Web.Http.Description;
using Swashbuckle.Swagger;
using System.Linq;
using System;
using System.Collections.Generic;
namespace Swagger.Filters
{
public class GenericWrapper<T>
{
@matteus6007
matteus6007 / tests.svg
Last active April 8, 2024 11:05
MyDomain.Api.Template status badges
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.