Commit 62660df
authored
fix lambda-extension README (aws#511)
the current example code doesn't work if you copy/paste it into a repo created with
`cargo lambda new`, even if you change the `Cargo.toml` to pull in the `lambda-extension`
crate. The default template doesn't bring in `tracing` with the `ansi` feature. This
updates the README to have code that's more in line with the default template.1 parent 9119e5d commit 62660df
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
33 | 35 | | |
34 | 36 | | |
35 | 37 | | |
| |||
0 commit comments