Skip to content

Commit 1c5acf0

Browse files
committed
Add lifecycle diagram
1 parent 841c095 commit 1c5acf0

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88

99
The Firetail Logging Extension receives AWS Lambda events & response payloads and sends them to the Firetail Logging API.
1010

11-
The extension receives these events and response payloads via a runtime-specific Firetail library which you will need to use in your Function code. The Firetail library outputs specifically formatted logs which the extension then receives 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 [Function Libraries](#function-libraries) section.
11+
The extension receives these events and response payloads via a runtime-specific Firetail library which you will need to use in your Function code. The Firetail library outputs specifically formatted logs which the extension then receives 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 [Function Libraries](#function-libraries) section. Below is a diagram depicting how the Firetail extension, Extensions API, Logs API and Firetail API interact over the lifetime of a Lambda.
12+
13+
![Firetail Lambda Extension Lifecycle Diagram](./docs/imgs/extension-lifecycle.svg)
1214

1315

1416

docs/imgs/extension-lifecycle.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)