S sbstjn.dev
Topics About

Topic: Serverless

  • AWS CDK: Serverless WebService Blueprints

    Jan 19, 2025 · 1 min read · 124 words
    The past days have been full of content about serverless workloads with AWS AppSync, Amazon Cognito, and AWS Fargate. This guide wraps up all scenarios and is your starting point if you want to build modern serverless applications with AWS using the Cloud Development Kit (CDK).
  • AWS CDK: AppSync Events API with Cognito for WebSockets and React

    Jan 19, 2025 · 6 min read · 991 words
    The Amazon AppSync Events API was recently announced and is a new feature to use a WebSocket API for real-time communication. Based on the Amazon Cognito User Pool with Managed Login and guide for GraphQL Data API in Amazon AppSync, this guide shows you how to add real-time communication to your React application using WebSockets and the Amazon AppSync Events API with Amazon Cognito.
  • AWS CDK: AppSync GraphQL API with Cognito and Apollo Client in React

    Jan 19, 2025 · 6 min read · 903 words
    The Amazon Cognito User Pool with Managed Login is a great baseline to start a new project. This guide adds an AWS AppSync GraphQL Data API to the project and shows you how to use the Amazon Cognito Access Token to authenticate against the GraphQL API using the Apollo Client in React.
  • AWS CDK: Cognito Managed Login with Custom Domain

    Jan 17, 2025 · 6 min read · 1,015 words
    Just before AWS re:Invent 2024, Amazon Cognito released a new feature called Managed Login. Using this, Amazon Cognito will provide the fully-managed, hosted sign-in and sign-up experience for your users. This guide will show you how to configure an Amazon Cognito User Pool with a custom domain and Managed Login; all done with the AWS Cloud Development Kit (CDK).
  • Cursor: Rules for AI Code Editor

    Jan 15, 2025 · 5 min read · 847 words
    The Cursor AI Code Editor is my default editor these days for writing code. As with other code companions, Cursor offers a chat-like interface to interact with your codebase and their AI services. More important, Cursor supports project-specific customizations; using a file in your project root.
  • AWS CDK: Deploy Fargate service with EventBridge, CodePipeline, and ECR

    Jan 12, 2025 · 5 min read · 859 words
    Amazon Fargate is great for running containers without having to manage the underlying infrastructure. Using AWS Code Pipeline, you can update your running Fargate service whenever you push a new container version to the Amazon Container Registry.
  • AWS CDK: Route 53 DNS Failover with Fargate on ECS and CloudFront

    Jan 12, 2025 · 5 min read · 892 words
    Based on running a serverless container with Fargate, we want to add automated DNS failover handling with Route 53. Whenever the health check for the Fargate service on Amazon ECS fails, the DNS records point to a static website on Amazon S3; served with CloudFront.
  • AWS CDK: Serverless Container with Fargate

    Jan 6, 2025 · 7 min read · 1,219 words
    With AWS, there are many ways to get something done; finding the perfect solution is one of the challenges. A simple task, like deploying a container, can be done in many ways; this guide will show you how to deploy an application in a Docker container using AWS Fargate and AWS Cloud Development Kit.
  • Thoughts: Engineering Principles

    Oct 13, 2024 · 4 min read · 565 words
    There are several great frameworks that help set standards for good engineering work. My go-to references are the principles of Lean Manufacturing, Manifesto for Agile Software Development, Bauhaus Principles, and Amazon Leadership Principles. And of course, The Frugal Architect.
  • AWS: Serverless Extended Validation (EV) Code-Signing with KMS

    Sep 26, 2024 · 18 min read · 3,207 words
    The AWS Key Management System can manage FIPS 140-2 Level 3 compliant private keys for Extended Validation (EV) Code Signing Certificates. Using AWS KMS and AWS Fargate for Amazon ECS, you can build a serverless Code Signing Service for Microsoft Windows binary files.
  • React SPA with server-side rendering on AWS Lambda

    Feb 5, 2020 · 8 min read · 1,385 words
    React is great for creating websites and writing applications using JavaScript. But, whenever the use of React is rejected, one of the most common reasons is the lack of a simple implementation for server-side rendering (SSR). When you search on Google for this topic, you’ll find various approaches and most of the time, people will tell you it’s complicated. But Why?
  • Deploy React SPA with CodePipeline and CodeBuild using AWS CDK

    Jan 23, 2020 · 7 min read · 1,115 words
    There are plenty of tools and services for continuous delivery available. Most of them are either directly built into the source code management tools you already use, or perfectly integrate with them. You might be familiar with CircleCI, Travis CI, GitLab CI, or GitHub Actions.
  • Deploy Golang Lambda with AWS Serverless Application Model

    Feb 13, 2018 · 1 min read · 134 words
    Amazon just recently announced native Golang support for AWS Lambda. Together with the Serverless Application Model (SAM) you can easily deploy your Golang code and create an HTTP interface using Amazon API Gateway.
  • Serverless DynamoDB Auto Scaling with CloudFormation

    Jul 19, 2017 · 1 min read · 154 words
    Since a few days, Amazon provides a native way to enable Auto Scaling for DynamoDB tables! Luckily the settings can be configured using CloudFormation templates, and so I wrote a plugin for serverless to easily configure Auto Scaling without having to write the whole CloudFormation configuration.
  • Process Serverless CloudFormation Stack Output

    Jul 1, 2017 · 2 min read · 268 words
    When you use a serverless environment for your service (and you should!), chances are high you might be using the Serverless framework and may end up in a situation like me with the need to process the AWS CloudFormation Stack Output after deploying the service.
  • Serverless Amazon SQS Worker with AWS Lambda

    Apr 1, 2017 · 7 min read · 1,109 words
    Have you ever wondered how to process messages from SQS without maintaining infrastructure? Amazon Web Services perfectly support SNS as a trigger for AWS Lambda functions, but with SQS you have to find a custom solution. This tutorial will show an experimental setup using Serverless to read messages from an SQS queue and build auto-scaling worker processes.
S sbstjn.dev

All things Cloud Computing, Serverless, GraphQL, AI, and Software Engineering.

Blog

  • Archive
  • Topics
  • RSS Feed

Projects

  • heft.io
  • 68keys.io
  • jwkserve.com
  • keffeine.com

Legal

  • Privacy
  • Impressum

© 2026 sbstjn.com — All rights reserved.

Made with 🍟 in Hamburg