Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
- `ts#mcp-server` - Add a [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) server to a TypeScript project.
- `ts#strands-agent` - Add a [Strands Agent](https://strandsagents.com/) to a TypeScript project.
- `ts#lambda-function` - Generate a TypeScript lambda function with optional type-safe event sources.
- `ts#rdb` - Generate a TypeScript relational database project with Aurora and [Prisma](https://www.prisma.io/docs) support.
- `terraform#project` - Generate a new Terraform project.
- `py#project` - Generate a uv based Python project.
- `py#fast-api` - Generate a FastAPI backend service with [AWS Powertools](https://github.com/aws-powertools/powertools-lambda-python) pre-configured.
Expand Down
1 change: 1 addition & 0 deletions docs/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,7 @@ export default defineConfig({
items: [
{ label: 'ts#project', link: '/guides/typescript-project' },
{ label: 'ts#infra', link: '/guides/typescript-infrastructure' },
{ label: 'ts#rdb', link: '/guides/ts-rdb' },
{ label: 'ts#trpc-api', link: '/guides/trpc' },
{ label: 'ts#smithy-api', link: '/guides/ts-smithy-api' },
{
Expand Down
Loading
Loading