Would be curious to hear why Hono
11.10.2025 14:03 โ ๐ 2 ๐ 0 ๐ฌ 1 ๐ 0@dreamorosi.bsky.social
Seรฑor Solutions Architect @awscloud โข Cloud Engineer โข Powertools for AWS Product โข Opinions = mine only. ๐๐พ ๐น
Would be curious to hear why Hono
11.10.2025 14:03 โ ๐ 2 ๐ 0 ๐ฌ 1 ๐ 0Issue #37 of the Serverless Advocate Newsletter is now out! ๐๐ฝ
This week, our serverless expert is AWS Community Builder Matthew Wilson, and our spotlight falls on Senior Solutions Architect, Powertools for AWS, Andrea Amorosi! ๐ฅ
serverlessadvocate.substack.com/p/37-model-d...
#serverless #AWS
OMG thank you for the spotlight and callout Lee!
17.05.2025 13:16 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 0The new Powertools for AWS AppSync Events resolver is available today for TypeScript/Node.js, Python, and .NET
github.com/aws-powertoo...
#aws #lambda #appsync
The new resolver works with both publish and subscribe events, and by default calls your handler once for each message. For when you want to have more control, you can also tell the resolver to give you the entire list of events. This is useful when you need fine grained control.
24.04.2025 21:52 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 0A code snippet showing TypeScript code for the new Powertools for AWS Lambda release in conjunction with AWS AppSync Events.
With this new resolver you can easily define handlers for namespaces and channel patterns. We'll take care of routing to the most specific handler, transforming the payloads to/from AppSync Events format, so that you can focus on the implementation for your application.
24.04.2025 21:52 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 0A code snippet showing TypeScript code for the new Powertools for AWS Lambda release in conjunction with AWS AppSync Events.
AWS AppSync Events just added support for Lambda functions as data sources, meaning you can now filter, persist, and enrich events sent to namespaces. Excited to finally share that we're launching a new resolver to Powertools for AWS Lambda to help you write these functions!
๐งต
๐ Just launched: Unofficial Powertools MCP Search Server!
Let Claude search AWS Lambda Powertools docs for all runtimes. No more outdated info!
Learn more on GitHub: github.com/serverless-d...
#AWS #Serverless #MCP
Woah thatโs super cool Michael!
22.04.2025 01:32 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0Thanks - Iโll get it fixed tomorrow!
11.03.2025 23:06 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0Over the weekend I decided to add analytics to my personal website. My budget was $0 so I went for self-hosting Umami on a VM. It was a fun project and I got to learn about Traefik, a proxy that might replace nginx in my future projects. This is how I set it up.
andrebuilds.dev/blog/self-ho...
Yes, perhaps we should call this out in the docs - you're the second person to point it out already. We wanted to respect the original timestamp but when flushing they'll appear out of order now - thanks for the feedback though!
07.03.2025 16:39 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0Would love to hear your feedback and experience with this new feature. ๐ฌ Also, If you have a specific use case or are interested in exploring how Logger Buffering can optimize your Serverless applications, we are more than happy to connect and dive deeper into your requirements. ๐
07.03.2025 15:08 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0Check out the documentation for detailed implementation:
- TypeScript: docs.powertools.aws.dev/lambda/types... Python: docs.powertools.aws.dev/lambda/pytho...
This feature allows you to:
- Buffer logs at WARNING, INFO, and DEBUG levels (configurable)
- Control buffer size to manage memory usage
- Automatically flush logs on error or trigger manual flushing
- Optimize CloudWatch costs by reducing log message volume
Code snippet that shows how the new log buffering feature in Powertools for AWS Lambda works.
I am excited to announce that you can now enable Logger Buffering in Powertools for AWS Lambda Python and TypeScript. This is useful when you want to reduce the number of log messages emitted while still having detailed logs when needed, such as when troubleshooting issues.
๐งต
Here's the PR, in case you want to ๐ it: github.com/vercel/ai/pu...
20.02.2025 18:12 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0Screenshot of a proposed feature in the Vercel AI SDK. The code shows how to generate images using the SDK integration with Amazon Bedrock, and specifically the Amazon Nova Canvas model.
The @vercel.com AI SDK is pretty cool. Was able to go from zero to pull request in no time, great abstractions!
I noticed it didn't have support for generating images with @awscloud.bsky.social newer Nova model, so I added it.
You can just do things.
In Naples you gotta try โpizza portafoglioโ which translates to โpizza walletโ. Itโs basically a margarita pizza folded onto itself, and is considered a street food since itโs smallish (about 12cm diameter) and you take away. Iโd recommend this place โAntica Pizzeria Port'Albaโ best of this kind imo
17.02.2025 09:41 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0Wow this is extremely cool, architecture is clever. Looking forward to dive into the codebase and see how youโre using DuckDB to query the data in Lambda + frontend. Iโve seen some samples but having a real application helps.
05.02.2025 19:44 โ ๐ 2 ๐ 0 ๐ฌ 1 ๐ 0Happy new year David, looking forward to see/read what youโre going to create in 2025! Also really liked the โresisting the bokehโ section and its candor
08.01.2025 21:24 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 0Thatโs fair - I like the copy of the new one better tho!
30.12.2024 14:00 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0Older had more personality imo, Iโm a big fan of the bold colors and neon graphics - new one is ok
30.12.2024 12:48 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 0Likewise Michael, meeting you again and introducing you the rest of the team was important to us. Also looking forward to collaborate more this next year!
11.12.2024 03:33 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 0Code example showing how to use module.registerHooks() in ESM
Code example showing how to use module.registerHooks() in CJS
Landed module.registerHooks() in Node.js โจ
github.com/nodejs/node/...
These customization hooks are run for modules loaded by require(), import(), and functions returned by createRequire() in the same thread they are registered, which makes them easier for CJS monkey-patchers to migrate to.
Thanks for coming to see the session, and for the obvious inspiration on the topic!
04.12.2024 03:00 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0Expo booth for AWS re:Invent
I will be at the Modern Applications and Open Source Zone to talk about Powertools for AWS between 4 & 5pm. Come to say hi!
02.12.2024 23:05 โ ๐ 2 ๐ 0 ๐ฌ 0 ๐ 0Donโt miss this one!
29.11.2024 23:39 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0Yes please, especially the business/product aspect more than the tech itself.
28.11.2024 13:40 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0This is such a good idea!
26.11.2024 06:49 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0