Fabio Gollinucci·Jan 18Serverless AI SearchOne of the most interesting AWS announcements this year was the introduction of S3 Vectors, a completely serverless vector database. Until…
Fabio Gollinucci·Nov 30, 2025Serverless Websocket ChatI recently implemented a real-time chat solution. I had worked with API Gateway and its Websocket support in the past and found it quite…
Fabio Gollinucci·Jul 10, 2025Orchestrate ECS Tasks with StepFunctionIn some cases it is not possible to perform some work operations within a Lambda function, this is due to timeouts or system dependencies…
Fabio Gollinucci·Jun 6, 2025Cognito password-less loginTo implement a password-less solution with Cognito until recently it was necessary to take care of sending the code and verifying it via…
Fabio Gollinucci·May 4, 2025Serverless MCP frameworkA specific protocol for standardizing the way to serve context and functionality to LLMs has recently been published: the MCP protocol…
Fabio Gollinucci·Apr 26, 2024Vue3 composable pollerI found myself in the situation of having to refresh frontend data every few seconds to make people wait for the end of an asynchronous…
Fabio Gollinucci·Apr 10, 2024CloudFront invalidation queueWhen a CloudFront distribution handles a lot of cached content invalidating paths can cost computation.
Fabio Gollinucci·Feb 26, 2024Encrypted server-side session cookie with AWS LambdaI ran into a problem while managing the OAuth2 flow, at one point I needed to save some information to persist between one redirect and…
Fabio Gollinucci·Dec 19, 2023Cognito Hosted UI with CloudFormationAlmost every project needs authentication at some point. This is how to describe configuring Cognito via CloudFormation to speed up the…