Skip to content

Commit bafcaf4

Browse files
committed
Added failure-lambda in example and package-lock
1 parent f3d9411 commit bafcaf4

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,14 @@ Edit the values of your parameter in SSM Parameter Store to use the failure inje
4646

4747
In the subfolder `example` is a simple Serverless Framework template which will install a Lambda function and a parameter in SSM Parameter Store.
4848
```bash
49-
npm install failure-lambda
49+
npm i failure-lambda
5050
sls deploy
5151
```
5252

53+
## Notes
54+
55+
Inspired by Yan Cui's articles on latency injection for AWS Lambda (https://hackernoon.com/chaos-engineering-and-aws-lambda-latency-injection-ddeb4ff8d983) and Adrian Hornsby's chaos injection library for Python (https://github.com/adhorn/aws-lambda-chaos-injection/).
56+
5357
## Changelog
5458

5559
### 2019-12-23 v0.0.1

example/package-lock.json

+11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)