Skip to content

Instantly share code, notes, and snippets.

@TAGray
Created February 23, 2017 20:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TAGray/8cc812065c3b6abcd732b7f6a3bda92a to your computer and use it in GitHub Desktop.
Save TAGray/8cc812065c3b6abcd732b7f6a3bda92a to your computer and use it in GitHub Desktop.
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"
},
"Npgsql": "3.2.0",
"Npgsql.EntityFrameworkCore.PostgreSQL": "1.1.0",
"Amazon.Lambda.Tools": {
"type": "build",
"version": "1.1.0-preview1"
},
"System.Diagnostics.Process": "4.3.0",
"System.Threading.Tasks": "4.3.0",
"System.Threading.Tasks.Extensions": "4.3.0",
"System.Net.Http": "4.3.0",
"System.Data.SqlClient": "4.3.0",
"Amazon.Lambda.TestUtilities": "1.0.0"
},
"frameworks": {
"netcoreapp1.0": {}
},
"tools": {
"Amazon.Lambda.Tools": "1.1.0-preview1"
},
"tooling": {
"defaultNamespace": "Optimal.ExampleAwsLambdaFunction"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment