Skip to content
View cebert's full-sized avatar

Block or report cebert

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
cebert/README.md

Hi, I'm Chris 👋

Principal Engineer at Tyler Technologies Public Safety, based in Metro Detroit.

I build on AWS and write about what I learn at chrisebert.net. Lately most of my time goes to:

  • ☁️ Serverless & AWS — Lambda, CDK, and the cost/performance tradeoffs that come with them
  • 🤖 Agentic development — Claude Code, Amazon Bedrock, and getting real work out of AI coding tools
  • Automated testing — because the interesting part of shipping is knowing it still works

Things I've built

Project What it is
cache-ttl-analyzer Should your Claude Code sessions cache for 5 minutes or an hour? Point it at your session logs and find out. Live at cacheanalyzer.com.
aws-lambda-performance-benchmarks Lambda Arm (Graviton) vs. x86 across Python, Node.js, and Rust on currently supported runtimes — a 2025 refresh of the classic AWS benchmark.
examples-ai-bedrock-agent-national-parks A Bedrock agent that answers questions about U.S. national parks, deployed end-to-end with AWS CDK.
antzer A Frogger-style arcade game my eight-year-old designed, vibe-coded with Amazon Q Developer CLI. Play it.

Writing

A few posts I'd point people to first:

Elsewhere

Blog · X · Work account: @ceberttylertech

Pinned Loading

  1. aws-lambda-performance-benchmarks aws-lambda-performance-benchmarks Public

    Comprehensive performance benchmark comparing AWS Lambda Arm (Graviton) vs x86 across Python 3.14/3.13/3.12/3.11, Node.js 22/20, and Rust

    Python 10

  2. examples-ai-bedrock-agent-national-parks examples-ai-bedrock-agent-national-parks Public

    AI agent built with Amazon Bedrock and AWS Lambda that answers questions about U.S. national parks, deployed with AWS CDK (TypeScript)

    TypeScript 4 1

  3. cache-ttl-analyzer cache-ttl-analyzer Public

    Analyze Claude Code session logs to see if a longer prompt-cache TTL would have saved you money

    HTML 3 1

  4. serverless-web-analytics-demo-deployment serverless-web-analytics-demo-deployment Public

    Example of how to deploy serverless web analytics with AWS CDK

    TypeScript

  5. serverless-web-analytics-demo-spa-application serverless-web-analytics-demo-spa-application Public

    An example Angular SPA Application using the Serverless Website Analytics Client SDK to ingest analytics to a deployed instance of the service"

    HTML