Skip to content

Instantly share code, notes, and snippets.

@TAGray
TAGray / project.json
Created February 23, 2017 20:36
Example AWS Lambda C# Project.json
{
"version": "1.0.0-*",
"dependencies": {
"Amazon.Lambda.Core": "1.0.0",
"Amazon.Lambda.Serialization.Json": "1.0.1",
"AWSSDK.S3": "3.3.5.4",
"JetBrains.Annotations": "10.2.1",
"Microsoft.NETCore.App": {
"version": "1.0.3",
"type": "platform"