豆豆友情提示:这是一个非官方 GitHub 代理镜像,主要用于网络测试或访问加速。请勿在此进行登录、注册或处理任何敏感信息。进行这些操作请务必访问官方网站 github.com。 Raw 内容也通过此代理提供。
Skip to content

Developer experience & modern AWS patterns — 6 new services, 29 total.

Latest

Choose a tag to compare

@Jeffrin-dev Jeffrin-dev released this 11 Apr 16:12
· 6 commits to main since this release

🆕 New Services

Service Port Description
CloudWatch Events 4590 Event rules, scheduling, targets, custom events
SES 4579 Send emails, verify identities, quota & statistics
DynamoDB Streams 4570 Stream table changes, shards, iterators, records
Lambda Function URLs 4595 Direct HTTPS endpoints for Lambda functions
API Gateway v2 4573 HTTP APIs with routes, integrations, and stages
Bedrock 4591 Mock LLM inference — Claude, Titan, Llama

🔧 Improvements

  • DynamoDB UpdateItemSET expression support added
  • DynamoDB → Streams integration — creating a table with StreamEnabled=true automatically registers a stream
  • AWS CLI v2 compatible — all services tested with AWS CLI v2

📊 Cumulative Stats

  • 39 modules built across 5 versions
  • 29 AWS services emulated
  • 30 test suites passing
  • Single Go binary, zero runtime dependencies

🚀 Quick Start

git clone https://github.com/Jeffrin-dev/CloudDev.git
cd CloudDev
go build -o clouddev .
./clouddev init my-app
cd my-app
../clouddev up

Built for Devs