Skip to content

Commit a33ef83

Browse files
committed
Update README.md
1 parent 2b34615 commit a33ef83

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -142,10 +142,9 @@ Create `./nodejs/src/index.ts` with the following:
142142
import { Handler } from "aws-lambda";
143143

144144
export const handler: Handler = (event, context) => {
145-
console.log("Hello world!");
146-
console.log({ event, context });
145+
console.log("Hello world!");
146+
console.log({ event, context });
147147
};
148-
149148
```
150149

151150
Add the following to the `scripts` section in your `package.json`:
@@ -242,7 +241,7 @@ Update the command for the cURL container:
242241
```yaml
243242
command:
244243
- -s
245-
- -d
244+
- -d
246245
- ${LAMBDA_INPUT:-{}}
247246
- http://lambda:8080/2015-03-31/functions/function/invocations
248247
```

0 commit comments

Comments
 (0)