💻 Full Stack Software Engineer and ☁ Serverless Developer, focused on building efficient and cost-effective applications using cloud-based technologies
https://www.youtube.com/watch?v=H873D6t0D9k Video Description Having worked closely during the last years implementing and fixing DynamoDB implementations, I've been able to see some recurring errors and misunderstandings, and the root cause in mos...
TL;DR; This article covers how to implement a basic URL Shortener API with Custom Metrics. The sample project implements a Serverless Solution, deployed with the help of AWS CDK that relies on API GateWay, DynamoDB, Lambdas and Custom Cloudwatch metr...
TL;DRThis article provides a brief introduction to DynamoDB and the key differences between SQL and No-SQL databases in order to better understand the common mistakes and how to fix them. Feel free to skip to the Key takeaways section to read the mos...
TL;DR; This article covers the usage of DynamoDB BatchWrite and BatchGet operations, and how implementing them can help you improve the efficiency by reducing the amount of requests needed in your workload. Introduction Have you ever developed any t...
https://www.youtube.com/watch?v=p4K1L4kJcJs This webinar briefly introduces DynamoDB, the most relevant differences between SQL and NoSQL Databases, the most common mistakes when interacting with DynamoDB, and how to solve them.
https://www.youtube.com/watch?v=0EXGfdt_ZqQ Video Description Three cloud software engineers, Danielle Heberling, Ian McKay, and Lorenzo Hidalgo, provide an in-depth look at their roles and responsibilities, key tasks, and the challenges they face ...
TL;DR;This article covers how developers can take advantage of the serverless-gql-generator plugin for Serverless Framework to automatically generate new Postman Collections or Raw Requests for an AppSync API. Introduction A few weeks ago, I announc...
TL;DR;This article explores DynamoDB condition expressions, highlighting their potential to enhance database operations. They help prevent accidental data overwriting and facilitate conditional updates. The article also details how to handle errors e...
Introduction Serverless Guru has organized a Serverless Holiday Hackathon where participants compete during the first half of December 2023 to see who can develop the best holiday-themed chat application that uses any LLM. As part of the Hackathon or...
TL;DR: This article discusses how to use AppSync Subscriptions to decouple long-running tasks from front-end requests in a serverless chat application. It provides a step-by-step guide to implement this solution, including an architecture overview, d...
TL;DR: This article provides a step-by-step guide to setting up a new AppSync JS Resolvers project, including ESLint configuration, unit testing, and debugging. Learn how to use the AWS CLI command for testing resolver code, understand AppSync logs, ...
Building high performance serverless applications can be tough, but a service like AWS X-Ray will help you understand your AWS Lambda application code better, slow DynamoDB queries or HTTPS requests, and then track how your changes improve over time....
TL;DR; This article provides an overview of the basics of AppSync APIs, including the recommended stack of Serverless Framework, Serverless AppSync Plugin, and GraphBolt. It explains the structure of resolvers, the use of ctx and stash objects, size...