serverless-dotnet icon indicating copy to clipboard operation
serverless-dotnet copied to clipboard

A serverless plugin to run 'dotnet' commands as part of the deploy process

Results 9 serverless-dotnet issues
Sort by recently updated
recently updated
newest added

This update to the `node_archiver` library fixes #25 .

Bumps [async](https://github.com/caolan/async) from 2.6.1 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) v2.6.3 Updated lodash to squelch a security warning (#1675) v2.6.2 Updated lodash...

dependencies

I use `serverless-dotnet` to deploy an API stack to AWS. It used to work perfectly well, but since I upgraded my version of Node.js to v16.13.1 (the latest LTS) I'm...

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. Changelog Sourced from y18n's changelog. Change Log All notable changes to this project will be documented in this file. See standard-version for commit guidelines....

dependencies

I'm unable to deploy my .net core app with the serverless-dotnet plugin added to my serverless.yml file. i keep getting error; Type Error --------------------------------------------- TypeError: this.options.hasOwnProperty is not a function...

I end up with 60MB zips for each of my functions, which are zips of the entire root folder.

Hi, I used to have a `build.cmd` which is doing the `dotnet lamba....` command. and then `serverless deploy -f function_name`. When I try to deploy a specific function, it doesn't...

My lambdas are in a solution to facilitate unit testing. This PR lets you specify a `custom:dotnet:slndir` setting in your service config and build from within that project. My editor...