blog.awsfundamentals.comFederated Authentication with Amazon CognitoFederated Authentication lets users sign in to your app using their existing Google accounts. This approach eliminates the need to create and remember new credentials (which most users are very happy for!), improving user experience and likely increa...Mar 1, 2025·7 min read
blog.awsfundamentals.comHow Amazon CloudFront Saved My Azure ProjectIn September 2024, Edgio, the main CDN provider we used for one of my large enterprise projects, filed for bankruptcy. Edgio was natively integrated into Azure, allowing you to use it without leaving the Azure ecosystem. It also featured a powerful r...Jan 20, 2025·13 min read
blog.awsfundamentals.comContainers Can Be Serverless Too - Running Applications on Fargate via ECSWhen building applications on AWS, we need to run our code somewhere: a computation service. There are a lot of well-known and mature computation services on AWS. You’ll often find Lambda as the primary choice, as it’s where you don’t need to manage ...Jan 19, 2025·13 min read
blog.awsfundamentals.comFully-Managed Serverless SQL with Aurora DSQL - A Deep-Dive into Its InternalsWhat if there would be something like DynamoDB but for SQL? With Amazon Aurora DSQL, this is finally possible. It's not just a "scales-to-zero" solution like Aurora Serverless V2. It is a true distributed, serverless, pay-per-use database. It also cl...Jan 5, 2025·10 min read
blog.awsfundamentals.comReal-Time Feature Toggles with AppConfigThere’s a common and critical trap that solo founders, indie hackers, startups, and even large enterprises tend to fall into: they tend to build features that users do not actually need or want. Mostly, this happens because of the "build it and they...Dec 3, 2024·15 min read