mirror of
https://github.com/serverless/serverless.git
synced 2025-12-08 19:46:03 +00:00
4 lines
209 B
Batchfile
4 lines
209 B
Batchfile
dotnet restore
|
|
dotnet tool install -g Amazon.Lambda.Tools --framework netcoreapp3.1
|
|
dotnet lambda package --configuration Release --framework netcoreapp3.1 --output-package bin/Release/netcoreapp3.1/hello.zip
|