Thanks to visit codestin.com
Credit goes to github.com

Skip to content

docs(we-made-this): new article on how to stream data with AWS Lambda & Powertools for AWS Lambda #4068

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/we_made_this.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,14 @@ This article will guide you through personalizing observability by integrating C

[Creating a serverless API using Powertools for AWS Lambda and CDK](https://www.ranthebuilder.cloud/post/boost-app-engagement-with-aws-cloudwatch-metrics-powertools-for-aws){target="_blank" rel="nofollow"}

### Streaming data with AWS Lambda & Powertools for AWS Lambda

This article will walk you through using Powertools for AWS Lambda to optimize your Lambda function when streaming large files from S3.

> **Author: [Tom Reid](https://www.linkedin.com/in/tom-reid-5a2a3a/){target="_blank" rel="nofollow"}** :material-linkedin:

[Streaming data with AWS Lambda & Powertools for AWS Lambda](https://towardsdev.com/streaming-data-with-aws-lambda-5f0e81f854cd){target="_blank" rel="nofollow"}

## Videos

#### Building a resilient input handling with Parser
Expand Down