diff --git a/src/app/api/chat/__snapshots__/context.test.ts.snap b/src/app/api/chat/__snapshots__/context.test.ts.snap index 5db9186..5e5985a 100644 --- a/src/app/api/chat/__snapshots__/context.test.ts.snap +++ b/src/app/api/chat/__snapshots__/context.test.ts.snap @@ -204,12 +204,12 @@ exports[`getConsolidatedContext > should match the existing snapshot 1`] = ` Amr's Role: engineer, manager Links: {"homepage":"https://mathereconomics.com/sophi-paywall"} -- Project Name: AWS Lambda Templates +- Project Name: cur8d.aws Date: 2024-12-21 Description: Production-ready AWS Lambda templates for Python to help you get started with serverless applications in no time Tools: Python, aws, ai Amr's Role: engineer - Links: {"homepage":"https://amrabed.com/aws-lambda-templates","github":"amrabed/aws-lambda-templates"} + Links: {"homepage":"https://cur8d.dev/lambda","github":"cur8d/lambda"} - Project Name: cur8d.py Date: 2024-12-21 diff --git a/src/data/projects.tsx b/src/data/projects.tsx index 94e17d7..e6237c1 100644 --- a/src/data/projects.tsx +++ b/src/data/projects.tsx @@ -41,14 +41,14 @@ const projects: Project[] = [ priority: 10, }, { - id: "aws-lambda-templates", - name: "AWS Lambda Templates", + id: "cur8d-aws", + name: "cur8d.aws", description: "Production-ready AWS Lambda templates for Python to help you get started with serverless applications in no time", date: "2024-12-21", links: { - homepage: "https://amrabed.com/aws-lambda-templates", - github: "amrabed/aws-lambda-templates", + homepage: "https://cur8d.dev/lambda", + github: "cur8d/lambda", }, tools: ["Python", "aws", "ai"], tags: ["Programming", "DevOps"],