Skip to content

Commit deeaeb9

Browse files
authored
docs: fix image and update pip (#95)
1 parent 6f9dfc5 commit deeaeb9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/getting_started.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ description: AWS Lambda Cookbook Project Getting started
1212
Run ``make dev``
1313

1414
## **Deploy CDK**
15-
Create a cloudformation stack by running ``make deploy``
15+
Create a cloudformation stack by running ``make deploy``.
1616

1717

1818
## **Unit Tests**
1919
Unit tests can be found under the ``tests/unit`` folder.
2020

21-
You can run the tests by using the following command: ``make unit``
21+
You can run the tests by using the following command: ``make unit``.
2222

2323
## **Integration Tests**
2424
Make sure you deploy the stack first as these tests trigger your lambda handler LOCALLY but they can communicate with AWS services.
@@ -27,7 +27,7 @@ These tests allow you to debug in your IDE your AWS Lambda function.
2727

2828
Integration tests can be found under the ``tests/integration`` folder.
2929

30-
You can run the tests by using the following command: ``make unit``
30+
You can run the tests by using the following command: ``make integration``.
3131

3232
## **E2E Tests**
3333
Make sure you deploy the stack first.
@@ -36,11 +36,11 @@ E2E tests can be found under the ``tests/e2e`` folder.
3636

3737
These tests send a 'POST' message to the deployed API GW and trigger the Lambda function on AWS.
3838

39-
The tests are run automatically by: ``make e2e``
39+
The tests are run automatically by: ``make e2e``.
4040

4141

4242
## **Deleting the stack**
43-
CDK destroy can be run with ``make destroy``
43+
CDK destroy can be run with ``make destroy``.
4444

4545
## **Preparing Code for PR**
4646
Run ``make pr``. This command will run all the required checks, pre commit hooks, linters, code formats, pylint and tests, so you can be sure GitHub's pipeline will pass.

0 commit comments

Comments
 (0)