Jamie Craane personal blog

My views, thoughts and experiences about Fullstack software development.

Operational Guardrails for Autonomous AI Agents in Production

Reliability Engineering in the AI Era

Defense in Depth practices for running autonomous AI agents safely — from least-privilege credentials and environment segregation to soft deletes, PITR, and RPO/RTO targets.

AWS tutorial: DynamoDB part 2

Retrieve items from DynamoDB using Lambda and API Gateway

In this tutorial we create a Lambda function which retrieves this data from the DynamoDB table and expose this functionality over HTTP using API Gateway.

AWS tutorial: DynamoDB part 1

AWS Lambda/Java, DynamoDB and Api gateway integration

In this post I am going through a full (Java) example of integrating AWS Lambda, DynamoDb and Api Gateway to create a function and expose this function as a HTTP resource for other parties to consume.