Skip to content

Commit e2a305c

Browse files
committed
update docs
1 parent 07095e1 commit e2a305c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,8 @@ resource "aws_lambda_function" "extensions-demo-example-lambda-python" {
237237

238238
The FireTail Lambda extension used to work in conjunction with a runtime-specific FireTail library which you would need to use in your Function code. The FireTail library outputted specifically formatted logs which the extension then received via the [Lambda Logs API](https://docs.aws.amazon.com/lambda/latest/dg/runtimes-logs-api.html). You can find a table of FireTail function libraries which correspond with a Lambda runtime in the table below. Below is a diagram depicting how the FireTail extension, Extensions API, Logs API and FireTail API interact over the lifetime of a Lambda.
239239

240+
You can still use this mode by setting the environment variable `FIRETAIL_EXTENSION_LEGACY` to `true`.
241+
240242
![FireTail Lambda Extension Lifecycle Diagram](./docs/imgs/extension-lifecycle.svg)
241243

242244
| Supported Runtimes | Library |

0 commit comments

Comments
 (0)