Posts tagged “serverless

14 posts

A

Anatomy of a AWS Lambda function in Go

Go or Golang is a great choice for building backends, APIs and all sorts of data processing programs for the cloud. Go is easy to learn, straightforward, and...

P

Processing Amazon Bedrock log data with Go

Yesterday I wrote about an idea to allow users of my Chat-CLI program to save their chats and load them up again. My idea led me to design and build a...

Notes on Building Conversations Support for Chat-CLI

Notes on Building Conversations Support for Chat-CLI

I've spent a bit of time over the past couple of days thinking more critically about how I'd like to evolve my Chat-CLI project. One of the capabilities I've...

P

Pre-Invent Roundup

AWS Weekly Roundup: multiple new launches, AI training partnership with Anthropic, and join AWS re:Invent virtually Nov 25, 2024...

D

Decision Guide: AWS Fargate or AWS Lambda?

AWS Fargate or AWS Lambda? https://docs.aws.amazon.com/decision-guides/latest/fargate-or-lambda/fargate-or-lambda.html There is a new and very useful decision...

A

AWS Lambda turns 10

AWS Lambda turns 10: A rare look at the doc that started it...

A

Aurora Serverless Scales to Zero

Introducing scaling to 0 capacity with Amazon Aurora Serverless v2...

6 Weeks of Building Stuff on AWS in my Basement

6 Weeks of Building Stuff on AWS in my Basement

I've been "going live" every Friday for the past six weeks. It's been pretty fun! Each week I spend an hour and a half talking through how I would build...

S

S1 E2 – Building Stuff on AWS in my Basement – API Gateway, AWS Lambda, and Amazon Bedrock

I have to say, I'm impressed with myself. I managed to pull off another livestream this past Friday. Another 90 minutes of me, slowly walking you through...

S

S1 E1 – Building Stuff on AWS in my Basement

I really enjoyed live streaming for the first time last Friday. It was a h00t! If you weren't able to join live, please check out the recording below. It's...

Serverless Architecture Patterns on AWS

Serverless Architecture Patterns on AWS

Exploring modern serverless patterns using Lambda, API Gateway, and DynamoDB to build scalable, cost-effective applications.

Dealing with AWS Lambda deployment package size limits

Dealing with AWS Lambda deployment package size limits

UPDATE: Package Size Limits via the AWS Console have been updated since the writing of this blog post. I've added the new limits in the parenthesis below. I...

A SAM Starter Template for Serverless Go Projects on AWS

A SAM Starter Template for Serverless Go Projects on AWS

A while back I created a repo on GitHub that was simply the output of doing sam init and choosing the AWS Quick Start Template for a Hello World Example. From...

Auto-Incrementing DynamoDB with Lambda and a Function URL

Auto-Incrementing DynamoDB with Lambda and a Function URL

I worked this out a while back using TypeScript, but for some reason I decided I needed to redo this in Python. So, here it is. This is simply a CDK...