Skip to content

Commit

Permalink
Updated Lambda Response Streaming notes (#457)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyhau committed Aug 8, 2023
1 parent 17d5e06 commit b01f875
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Lambda/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Jump to
- [Lambda Performance Optimisation](#lambda-performance-optimisation)
- [Lambda Cost Optimisaton](#lambda-cost-optimisation)
- [Lambda Function URLs](#lambda-function-urls)
- [Lambda Response Streaming](#lambda-response-streaming)
- [Lambda Container Images](#lambda-container-images)
- [Lambda Layers](#lambda-layers)
- [Lambda Extensions](#lambda-extensions)
Expand Down Expand Up @@ -249,6 +250,14 @@ Useful blog posts
2. use Lambda function URLs


---

## Lambda Response Streaming

- [Using response streaming with AWS Lambda Web Adapter to optimize performance](https://aws.amazon.com/blogs/compute/using-response-streaming-with-aws-lambda-web-adapter-to-optimize-performance/), AWS, 2023-08-07
- [Introducing AWS Lambda response streaming](https://aws.amazon.com/blogs/compute/introducing-aws-lambda-response-streaming/), AWS, 2023-04-07


---
## Lambda Container Images

Expand Down

0 comments on commit b01f875

Please sign in to comment.