Closed nilubava closed 1 month ago
In the page: https://docs-git-jharrell-issue5087-prisma.vercel.app/guides/deployment/serverless/deploy-to-aws-lambda#3-update-serverlessyml
In the Update serverless.yml
section, 2nd code block there's a line that starts with find . that should actually start with - find . here's the relevant code snippet https://docs-git-jharrell-issue5087-prisma.vercel.app/guides/deployment/serverless/deploy-to-aws-lambda#3-update-serverlessyml and here's a comment with an image https://github.com/prisma/docs/pull/5096/files#r1294680103
Yml files has highlighting issues when -
is used in that it highlights the line incorrectly. We can get rid of this by using --
for now, but we need to fix the code block component to make sure --
are not required
In the page: https://docs-git-jharrell-issue5087-prisma.vercel.app/guides/deployment/serverless/deploy-to-aws-lambda#3-update-serverlessyml
In the
Update serverless.yml
section, 2nd code block there's a line that starts with find . that should actually start with - find . here's the relevant code snippet https://docs-git-jharrell-issue5087-prisma.vercel.app/guides/deployment/serverless/deploy-to-aws-lambda#3-update-serverlessyml and here's a comment with an image https://github.com/prisma/docs/pull/5096/files#r1294680103Yml files has highlighting issues when
-
is used in that it highlights the line incorrectly. We can get rid of this by using--
for now, but we need to fix the code block component to make sure--
are not requiredhttps://www.prisma.io/docs/orm/prisma-client/deployment/serverless/deploy-to-aws-lambda#3-update-serverlessyml