You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+21Lines changed: 21 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -57,6 +57,27 @@ You can build and start a local docs website by running these two commands.
57
57
-`npm run docs-buildDockerImage` OR `docker build -t squidfunk/mkdocs-material ./docs/`
58
58
-`npm run docs-runLocalDocker` OR `docker run --rm -it -p 8000:8000 -v ${PWD}:/docs squidfunk/mkdocs-material`
59
59
60
+
### Examples
61
+
62
+
As part of the repo you will find an examples folder at the root. This folder contains examples (written with CDK for now) of deployable lambdas using powertools lib.
63
+
64
+
To test your updates with this examples you just have to:
65
+
66
+
1. Build your local version of *aws-lambda-powertools-typescript* npm packages with `npm run lerna-package`
0 commit comments