From 373c13369c4aeeb88f7782292be68f510d8fe6b0 Mon Sep 17 00:00:00 2001 From: "Micael Levi L. Cavalcante" Date: Sat, 12 Aug 2023 17:20:39 -0400 Subject: [PATCH] docs(faq): replace nestjs+swagger article by a gh issue --- content/faq/serverless.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/faq/serverless.md b/content/faq/serverless.md index 6c16db19e3..53637ec952 100644 --- a/content/faq/serverless.md +++ b/content/faq/serverless.md @@ -239,7 +239,7 @@ export const handler: Handler = async ( > info **Hint** For creating multiple serverless functions and sharing common modules between them, we recommend using the [CLI Monorepo mode](/cli/monorepo#monorepo-mode). -> warning **Warning** If you use `@nestjs/swagger` package, there are a few additional steps required to make it work properly in the context of serverless function. Check out this [article](https://javascript.plainenglish.io/serverless-nestjs-document-your-api-with-swagger-and-aws-api-gateway-64a53962e8a2) for more information. +> warning **Warning** If you use `@nestjs/swagger` package, there are a few additional steps required to make it work properly in the context of serverless function. Check out this [thread](https://github.com/nestjs/swagger/issues/199) for more information. Next, open up the `tsconfig.json` file and make sure to enable the `esModuleInterop` option to make the `@vendia/serverless-express` package load properly.