AWS Launches 'Blocks': An Open-Source TypeScript Framework Tailored for AI Agents
- Grace N
- 12 hours ago
- 1 min read

AWS has introduced Blocks, an open-source TypeScript framework specifically designed from the ground up for AI agents to build backends.
Developers can run complete local application environments—including databases, authentication, real-time messaging, and file storage—without needing an AWS account.
The exact same code can be deployed to production AWS services, such as Lambda, DynamoDB, Aurora, API Gateway, and Bedrock, with zero changes.
To minimize errors, Blocks includes built-in steering files that guide AI coding agents toward correct architectural patterns without requiring custom configuration.
Built on top of the AWS Cloud Development Kit (CDK), the framework ensures type safety from the data schema to the frontend and provides an "escape hatch" for direct resource configuration when needed.
Comments