From 702f779b59b4b5fe90747b81ef513341dfb073d9 Mon Sep 17 00:00:00 2001 From: Daniel Mackenzie Date: Mon, 10 Jan 2022 16:56:31 +0000 Subject: [PATCH] docs: Add `ts-node` dependency warning to README (#10472) --- docs/providers/aws/guide/intro.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/providers/aws/guide/intro.md b/docs/providers/aws/guide/intro.md index 4b5a49211..553d52e33 100644 --- a/docs/providers/aws/guide/intro.md +++ b/docs/providers/aws/guide/intro.md @@ -163,6 +163,8 @@ const serverlessConfiguration: Serverless = { module.exports = serverlessConfiguration; ``` +> If deploying using a serverless.ts file, ts-node needs to be installed separately as a dev dependency. + When you deploy with the Framework by running `serverless deploy`, everything in the service configuration file is deployed at once. > For the sake of simplicity, most code snippet detailed in this documentation only refer to the `serverless.yml` YAML service file format. However, all functionalities work as well in the other available service file formats.