Open Jefftopia opened 4 years ago
Hi @kamilmysliwiec is this something that we should add to this package? If so I think I will have some time to implement it.
Let me know what you think and if I need to know about some specific stuff around fastify
@Jefiozie course! If you have some spare time, that would be awesome :)
Hi everybody, is there any news about this? Could make use of this in one of my projects. Btw. you guys are doing an awesome job!
still not working, it would be cool if we could make it work
I'm submitting a...
I am not sure if this is a bug, or a feature request.
Current behavior
git clone https://github.com/TrilonIO/nestjs-azure-functions
- the azure func demo app.npm install --save @nestjs/platform-fastify
npm install
the rest.npm run build && func host start
.func host start
has completed and the server is running.Expected behavior
Fastify should have the same 200 success response as Express adaptor.
Minimal reproduction of the problem with instructions
See instructions above.
What is the motivation / use case for changing the behavior?
I'd like to use Fastify with Azure functions as it's lighter weight and faster.
Environment
MacOS Catalina NodeJS: 12.16.3
NestJS common, core: 7.0.8 NestJS platform-fastify 7.0.11 @nestjs/azure-func-http: 0.5.0 @azure/functions: 1.0.3
Others: npm VSCode zsh