hardyscc / aws-nestjs-starter
Serverless, AWS, NestJS, GraphQL and DynamoDB starter
AI Architecture Analysis
This repository is indexed by RepoMind. By analyzing hardyscc/aws-nestjs-starter in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.
Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context on-demand, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.
Repository Overview (README excerpt)
Crawler viewServerless, AWS, NestJS, GraphQL and DynamoDB starter Description A starter project that makes creating a deployable AWS Serverless project extremely easy. Technologies • AWS Lambda • AWS DynamoDB • Serverless • NestJS • NestJS GraphQL • NestJS Dynamoose Usage After that find and replace to your project name on the following files: • package.json • serverless.yml • .env Setup AWS Credentials • Sign up for an AWS account • Login to your AWS account and go to the **Identity & Access Management (IAM)** page. • Click on **Users** and then **Add user**. Enter a name in the first field to remind you this User is related to the Serverless Framework, like . Enable **Programmatic access** by clicking the checkbox. Click **Next** to go through to the Permissions page. Click on **Attach existing policies directly**. Search for and select **AdministratorAccess** then click **Next: Review**. Check to make sure everything looks good and click **Create user**. • View and copy the **API Key & Secret** to a temporary place. You'll need it in the next step. Setup Workstation Install AWS CLI • Windows: • MacOS: Config AWS CLI > Please enter your **AWS Access Key ID**, **AWS Secret Access Key** and **Default region name** Deployment Install DynamoDB local Local Offline Development Local NestJS Development - (Optional) Tools Unit Testing E2E Testing GraphQL Endpoint Test • offline: http://localhost:3000/dev/graphql • local: http://localhost:3000/graphql • AWS: https:// .execute-api. .amazonaws.com/dev/graphql RESTful Endpoint Test > Please remove from path if test using local nestjs mode Stay in touch • Author - Hardys • Twitter - @hardyscchk