• Pricing
© 2026 Serverless, Inc. All rights reserved.
Terms of ServicePrivacy Policy
Frédéric Barthelet

Frédéric Barthelet

Frédéric leads Theodo’s serverless initiative since 2017. He contributes to the Serverless Framework and is building an expertise with his team. He is part of the AWS Community Builder program and helps the typescript community with an improved developer-experience. Frédéric also is a DIY-er lover and an IoT enthusiastic.

GitHubTwitter

Articles by Frédéric Barthelet (1)

Guest Post: Developing a Serverless Scheduler Using DynamoDB TTL and Filtered Streams
Frédéric BartheletFrédéric Barthelet
Dec 21, 2021

Guest Post: Developing a Serverless Scheduler Using DynamoDB TTL and Filtered Streams

AWS announced Lambda event filtering during re:Invent 2021. This new feature helps reduce the quantity of Lambda's invocation to exactly match your requirements and possibly save on costs. We'll deep dive into a specific example in this article. We're happy to announce that Serverless Framework now supports event filtering for both `stream` and `sqs` event types via the new `filterPatterns` option