• Make your distributed environment observable
    Observability is key As companies begin their journey of the cloud, they often start with playing around with the console, launching “Proof of Concepts”, then deploying their solutions “manually”. Very soon after, they realize the operational nightmare of managing scattered resources and start leaning towards “Infrastructure as code” tools and principles. As they grow fonder
  • A Comprehensive Guide to Building WordPress with Amazon Lightsail
    Note from writer: Screenshots to follow Building online presence fast In this digital age, establishing an online presence is essential for individuals and businesses alike. WordPress, being one of the most popular content management systems (CMS), empowers users to create stunning websites without any coding knowledge. When paired with Amazon Lightsail, a user-friendly cloud computing
  • Embracing the Future: A Guide to Serverless Computing
    Server related overhead is no more In recent years, serverless computing has emerged as a game-changer in the tech world, revolutionizing how applications are built, deployed, and managed. Unlike traditional server-based architectures, serverless computing enables developers to focus on code rather than infrastructure, offering unprecedented scalability, cost-efficiency, and ease of maintenance. In this tech blog,
  • How to use Lambda URLs to simplify basic request/response patterns at scale.
    aws_templates/lambda_urls_blog at main · cloudlifter95/aws_templates Getting served data has never been this simple. A couple months ago, AWS introduced lambda URLs as (yet another) way to invoke lambda functions, by placing an HTTPS endpoint in front. This article aims at documenting how lambda URLs can fit into an easy and secure solution for at-scale cross-account