Skip to content

Commit 6e1d041

Browse files
robertdElad Ben-Israel
authored and
Elad Ben-Israel
committed
chore(lambda): fix typo in docs (#9462)
---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent 2533b90 commit 6e1d041

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@aws-cdk/aws-lambda/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ from lambda function, the Amazon EFS access point will be required.
302302
The following sample allows the lambda function to mount the Amazon EFS access point to `/mnt/msg` in the runtime environment and access the filesystem with the POSIX identity defined in `posixUser`.
303303

304304
```ts
305-
// create a new Amaozn EFS filesystem
305+
// create a new Amazon EFS filesystem
306306
const fileSystem = new efs.FileSystem(stack, 'Efs', { vpc });
307307

308308
// create a new access point from the filesystem

0 commit comments

Comments
 (0)