Tag

#AWS

9 notes
DevOps & Infrastructure

How Does Cloudflare Workers Compare to AWS Lambda?

Cloudflare Workers beat Lambda on latency, cold starts, and pricing - I'm migrating production apps to the edge.
Jan 2024 · 9 min
Software Development

Bedrock API Authentication Made Me Quit My Project

Explore AWS Bedrock API, a direct competitor to OpenAI with Generative AI LLMaaS, and the implications of its Signature v4 authentication method. This article delves into the complexities and potential developer challenges posed by AWS's security-focused approach, highlighting the importance of simplicity and documentation in developer adoption.
Nov 2023 · 4 min
DevOps & Infrastructure

Simple Wufoo Style Form Handling Using AWS

Build your own Wufoo with TypeScript and AWS - serverless forms that store data and send alerts automatically.
May 2023 · 3 min
Software Development

Micronaut, GraalVM, Native, AWS Lambda, and Apple Silicon M1!

I have run into some issues getting Micronaut, GraalVM, and Native builds working correctly on my Apple Silicon M1 Max based MacBookPro. So I wanted to share what I've needed to do to get things working correctly.
Sep 2022 · 3 min
DevOps & Infrastructure

AWS Lambda and EFS Troubleshooting

EFS unlocks 512MB+ file storage for Lambda, but connection errors have common fixes you should know.
Oct 2020 · 3 min
DevOps & Infrastructure

File Uploads to AWS S3 Made Easy!

Pre-signed S3 URLs let users upload files directly from browsers without touching your backend.
Sep 2020 · 1 min
DevOps & Infrastructure

AWS, Wordpress, Bitnami, and Ansible - A Journey

Switching from Bitnami AMIs to custom AWS setups gave me flexibility but required rethinking WordPress ops.
Nov 2019 · 3 min
Software Development

Spring AWS SQS Queue Problem QueueDoesNotExistException

QueueDoesNotExistException in Spring + SQS? Check your queue creation and region configuration first.
Aug 2019 · 2 min
DevOps & Infrastructure

Server Backups to S3

After a hard drive failure, I moved backups to Amazon S3 - cheap, remote, and fast enough for cost-effective disaster recovery.
Jul 2009 · 8 min