aws-lambda icon indicating copy to clipboard operation
aws-lambda copied to clipboard

Ability to specify zip file for .NET Core Lambdas

Open mattbarry opened this issue 6 years ago • 0 comments

AWS recommends using the AWS Toolkit for Visual Studio or the .NET Core CLI to create deployment packages for the .NET Core runtime: https://docs.aws.amazon.com/lambda/latest/dg/lambda-dotnet-how-to-create-deployment-package.html

Being able to specify a zip file for the deployment package would facilitate the use of these tools.

mattbarry avatar Oct 31 '19 05:10 mattbarry