Skip to content

Commit

Permalink
Merge pull request #12504 from kiranhew/whats-new-04-06-lambda-streaming
Browse files Browse the repository at this point in the history
Whats new 04 06 lambda streaming
  • Loading branch information
ally-sassman committed Apr 6, 2023
2 parents 724debc + 037ceeb commit 59ecd0c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions src/content/whats-new/2023/04/whats-new-04-06-lambda-streaming.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: 'Monitor your Lambda Response Streaming with New Relic'
summary: 'Keep track of volume of data and throughput for you Lambda Streaming function and prevent unexpected overages '
releaseDate: '2023-04-06'
---


New Relic has integrated with a new capability for AWS Lambda functions, AWS Lambda Response Streaming, which allows response payloads to be streamed back to clients. Customers can improve time to first byte (TTFB) performance on their latency sensitive applications by sending partial responses to clients as they become available. This feature also allows customers to return larger than 6MiB payload sizes and return binary content.

Using New Relic, along with other health and performance telemetry, you will now receive additional metrics to monitor the number of bytes (streamed outbound bytes) and throughput (streamed outbound throughput) of data generated by your streaming functions. As you are billed based on the number of bytes generated and streamed out of your Lambda function, having these metrics available ensures there you have visibility around your costs associated with this feature.

![AWS Lambda Streaming metrics displayed in New Relic](./images/LambdaStreaming.png "AWS Lambda Streaming metrics displayed in New Relic")
<figcaption>AWS Lambda Streaming metrics displayed in New Relic</figcaption>

0 comments on commit 59ecd0c

Please sign in to comment.