AWS Launches Blocks, an Open-Source TypeScript Framework Designed for AI Agents to Build Backends (opens in new tab)
AWS recently released in public preview, an open-source TypeScript framework in which each "Block" bundles application code, a local development implementation, and the AWS infrastructure required to run it in production. Developers can use npm run dev and get a working application with Postgres, authentication, real-time messaging, and file storage on their machine. Moreover, they do not need an AWS account. When they deploy, the same code runs on Lambda, DynamoDB, Aurora, API Gateway, and B...
Read the original article