Skip to content
This repository was archived by the owner on Sep 8, 2022. It is now read-only.

Commit 5124c9c

Browse files
committed
remove testing secion for pre publish
1 parent 4f4470b commit 5124c9c

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

README.md

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -12,32 +12,6 @@ import { LambdaPowertoolsLayer } from 'cdk-lambda-powertools-python-layer';
1212
const powertoolsLayer = new LambdaPowertoolsLayer(this, 'TestLayer');
1313
```
1414

15-
## How to test
16-
17-
This module is not published yet, therefore you need to install few tools to test it.
18-
This section will be deleted after the construct is released to a public repository.
19-
20-
### Requirements
21-
22-
* cdk v2
23-
* docker
24-
* npm or yarn, whatever you prefer
25-
26-
### Build construct
27-
28-
After you have checked out the repo:
29-
30-
```shell
31-
npm i
32-
npm run build
33-
```
34-
35-
This will create a tgz file in `dist/js` directory. You can copy this file to your test project then install this module
36-
with
37-
38-
```shell
39-
npm i file:PATH_TO_PACKAGE/[email protected]
40-
```
4115

4216
## Install
4317

0 commit comments

Comments
 (0)