Skip to content

Commit ecf92a7

Browse files
docs(lambda-nodejs): Correct Dockerfile link (#25372)
docs(lambda-nodejs): Correct Dockerfile link ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent 69c1815 commit ecf92a7

File tree

1 file changed

+1
-1
lines changed
  • packages/aws-cdk-lib/aws-lambda-nodejs

1 file changed

+1
-1
lines changed

packages/aws-cdk-lib/aws-lambda-nodejs/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ new nodejs.NodejsFunction(this, 'my-handler', {
300300
This image should have `esbuild` installed **globally**. If you plan to use `nodeModules` it
301301
should also have `npm`, `yarn` or `pnpm` depending on the lock file you're using.
302302

303-
Use the [default image provided by `@aws-cdk/aws-lambda-nodejs`](https://github.com/aws/aws-cdk/blob/main/packages/%40aws-cdk/aws-lambda-nodejs/lib/Dockerfile)
303+
Use the [default image provided by `@aws-cdk/aws-lambda-nodejs`](https://github.com/aws/aws-cdk/blob/main/packages/aws-cdk-lib/aws-lambda-nodejs/lib/Dockerfile)
304304
as a source of inspiration.
305305

306306
You can set additional Docker options to configure the build environment:

0 commit comments

Comments
 (0)