# Build full-stack AWS applications in minutes with AI-powered scaffolding

DevFeed: [Build full-stack AWS applications in minutes with AI-powered scaffolding](<https://devfeed.tech/articles/build-full-stack-aws-applications-in-minutes-with-ai-powered-scaffolding-4746.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/opensource/build-full-stack-aws-applications-in-minutes-with-ai-powered-scaffolding/>)

Author: Jack Stevenson

Published: 2026-09-08T21:24:59Z

Content type: article

Language: en

Sources: [AWS Open Source Blog](<https://devfeed.tech/sources/aws-open-source-blog.md>)

Topics: [App](<https://devfeed.tech/topics/app.md>), [cloud-infrastructure](<https://devfeed.tech/topics/cloud-infrastructure.md>), [Amazon Bedrock](<https://devfeed.tech/topics/amazon-bedrock.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>), [Kiro](<https://devfeed.tech/topics/kiro.md>), [Terraform](<https://devfeed.tech/topics/terraform.md>), [Bun](<https://devfeed.tech/topics/bun.md>)

Tags: [agentic](<https://devfeed.tech/tags/agentic.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-coding](<https://devfeed.tech/tags/ai-coding.md>), [amazon-bedrock](<https://devfeed.tech/tags/amazon-bedrock.md>), [announcements](<https://devfeed.tech/tags/announcements.md>), [applications](<https://devfeed.tech/tags/applications.md>), [aws](<https://devfeed.tech/tags/aws.md>), [kiro](<https://devfeed.tech/tags/kiro.md>), [observability](<https://devfeed.tech/tags/observability.md>), [security](<https://devfeed.tech/tags/security.md>), [technical-how-to](<https://devfeed.tech/tags/technical-how-to.md>), [terraform](<https://devfeed.tech/tags/terraform.md>)

## AI overview

The article introduces version 1.0 of the Nx Plugin for AWS, an open-source set of deterministic Nx generators for scaffolding deployable AWS application components and their infrastructure. It describes using AI assistants or a CLI to generate applications with security, observability, and type-safety practices included, and begins a quick start for an agentic application using Amazon Bedrock.

## Source excerpt

AI assistants can stand up an app or website that runs on AWS in minutes. Getting to a production-ready version you would put in front of real customers is still the hard part. Security, observability, type-safety, and resilience are non-negotiable for production. An assistant rarely gets all of that right in one pass, and hardening [...]