{"id":21456508,"url":"https://github.com/mtliendo/fullstack-appsync-with-bedrock","last_synced_at":"2025-04-22T12:51:36.568Z","repository":{"id":199541408,"uuid":"703141069","full_name":"mtliendo/fullstack-appsync-with-bedrock","owner":"mtliendo","description":"How to setup a fullstack application on AWS using NextJS, the AWS CDK, AppSync and Bedrock","archived":false,"fork":false,"pushed_at":"2023-10-13T18:56:05.000Z","size":1264,"stargazers_count":3,"open_issues_count":0,"forks_count":6,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-29T15:22:58.691Z","etag":null,"topics":["ai","appsync","aws","aws-cdk","focusotter","nextjs","serverless"],"latest_commit_sha":null,"homepage":"https://youtu.be/EEhgiHnnHXg","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mtliendo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-10-10T17:10:53.000Z","updated_at":"2024-01-18T12:13:09.000Z","dependencies_parsed_at":"2023-10-14T19:08:29.246Z","dependency_job_id":null,"html_url":"https://github.com/mtliendo/fullstack-appsync-with-bedrock","commit_stats":null,"previous_names":["mtliendo/fullstack-appsync-with-bedrock"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mtliendo%2Ffullstack-appsync-with-bedrock","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mtliendo%2Ffullstack-appsync-with-bedrock/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mtliendo%2Ffullstack-appsync-with-bedrock/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mtliendo%2Ffullstack-appsync-with-bedrock/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mtliendo","download_url":"https://codeload.github.com/mtliendo/fullstack-appsync-with-bedrock/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250243981,"owners_count":21398440,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","appsync","aws","aws-cdk","focusotter","nextjs","serverless"],"created_at":"2024-11-23T05:15:54.570Z","updated_at":"2025-04-22T12:51:36.514Z","avatar_url":"https://github.com/mtliendo.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fullstack AI on AWS\n\n![ai on aws](./fullstack-ai-aws.png)\n👉 https://youtu.be/EEhgiHnnHXg 👈\n\nIf you've ever wanted to complete guide to building your next application on AWS, this is the repo for you.\n\n\u003e 🗒️ This repo is part of a YouTube video that describes how each of the various pieces are built and deployed.\n\n## Overview\n\nThis repo brings together [core AWS services that every app needs](https://youtube.com/shorts/DfwhE6yXcCM?si=ds2hBN2Ia2pIfdC3):\n\n- [Amazon Cognito](https://aws.amazon.com/cognito/): Allows user signups, forgot password, and more\n- [AWS AppSync](https://aws.amazon.com/appsync/): A managed GraphQL service that provides websockets out of the box\n- [Amazon DynamoDB](https://aws.amazon.com/dynamodb/): Database layer\n- [Amazon Bedrock](https://aws.amazon.com/bedrock/): AI LLM service\n\nAll of these services are located in their own folder in the `backend` directory. They then come together in the `lib/backendStack.ts` file.\n\nIn addition, this comes with a frontend that uses [NextJS](https://nextjs.org/), [Tailwind CSS](https://tailwindcss.com/), [DaisyUI](https://daisyui.com/), and [Amplify Libraries](https://docs.amplify.aws/).\n\nThis is completely built with TypeScript on both the NextJS side and the AWS CDK side.\n\nCheckout my YouTube channel for more content like this!\n\n## Note\n\nThis project expects a file called `aws-exports.ts`. The Youtube video shows how to create this but essentially the following fields would need to be populated:\n\n```ts\nexport const config = {\n\taws_project_region: '',\n\tAuth: {\n\t\tregion: '',\n\t\tuserPoolId: '',\n\t\tuserPoolWebClientId: '',\n\t\tidentityPoolId: '',\n\t},\n\taws_appsync_graphqlEndpoint: '',\n\taws_appsync_region: '',\n\taws_appsync_authenticationType: '',\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmtliendo%2Ffullstack-appsync-with-bedrock","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmtliendo%2Ffullstack-appsync-with-bedrock","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmtliendo%2Ffullstack-appsync-with-bedrock/lists"}