Posts tagged “lambda

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...

B

Benjamen Pyle: Observing Lambda with Datadog and Golang

Observing Lambda with Datadog and Golang https://binaryheap.com/observing-with-aws-lambda-datadog-and-go/ Loved this write-up on building an observability...

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...

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.

Trigger builds in AWS Amplify with DynamoDB

Trigger builds in AWS Amplify with DynamoDB

I'm building a thing. I'll write more about that thing in the near future. But, in the meantime, I thought I'd write a little about one small other thing I...

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...

Getting going with Go

Getting going with Go

I've been getting going with Go for about a week now and I've already learned so much! I realized last weekend that I had two primary interests I want to focus...

I'm gonna learn Go!

I'm gonna learn Go!

I'm gonna learn Go! Not the 2500 year old Chinese board game, the 13 year old programming language developed at Google. I have a little experience with Go, but...

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...