João Dias
João Dias
I've just upgraded to v14 and my libraries stopped publishing as expected. It does seem that this option was indeed removed ): Am I missing something here?
My use case is to build multiple files in a handlers folder like so: ``` apps/lambda-service-a/handlers +--> function1.ts +--> function2.ts +--> functionN.ts ``` So, I have an 'application' for a...
I'd still like to build multiple entry points for a single project, instead of splitting it into different projects
I'm having the exact same issue. Also, tried `FORCE_COLOR=true` but that seems ignored as well ):
This is the patch I have applied: ```diff diff --git a/node_modules/@vendia/serverless-express/src/event-sources/aws/api-gateway-v1.js b/node_modules/@vendia/serverless-express/src/event-sources/aws/api-gateway-v1.js index 1179d8a..6c6e9ac 100644 --- a/node_modules/@vendia/serverless-express/src/event-sources/aws/api-gateway-v1.js +++ b/node_modules/@vendia/serverless-express/src/event-sources/aws/api-gateway-v1.js @@ -19,6 +19,7 @@ function getResponseToApiGateway ({ return { statusCode, body,...
I'm having a similar issue but on removing a service instead because it references a CF variable of another service that might have been destroyed first. To work-around that I...
@sindresorhus any chance you could give some security love to this package?
@jpinkster let me know if you decide to do it, or else I'll make a PR myself in the next weeks
Well, `node-fetch` is by far the most downloaded library and it's 100% unit tested and maintained with the benefit that it basically emulates the browser `fetch` API which is easy...
One more vote from me (: