{"id":30160070,"url":"https://github.com/jayakrishnan-mk/serverless-api-dynamodb","last_synced_at":"2025-08-11T15:25:48.049Z","repository":{"id":291441753,"uuid":"977573072","full_name":"Jayakrishnan-mk/Serverless-Api-DynamoDB","owner":"Jayakrishnan-mk","description":"AWS Lambda for backend compute , API Gateway for REST endpoints , DynamoDB for NoSQL storage","archived":false,"fork":false,"pushed_at":"2025-07-22T07:04:59.000Z","size":62,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-22T08:48:20.395Z","etag":null,"topics":["aws","aws-lambda","awssam","backend-development","cloudcomputing","crud-api","dynamodb","nodejs","serverless"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/Jayakrishnan-mk.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-05-04T14:15:09.000Z","updated_at":"2025-07-22T07:05:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"a37dedca-5a51-41eb-8792-cbcc87521602","html_url":"https://github.com/Jayakrishnan-mk/Serverless-Api-DynamoDB","commit_stats":null,"previous_names":["jayakrishnan-mk/serverless-crud-api-dynamodb"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Jayakrishnan-mk/Serverless-Api-DynamoDB","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jayakrishnan-mk%2FServerless-Api-DynamoDB","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jayakrishnan-mk%2FServerless-Api-DynamoDB/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jayakrishnan-mk%2FServerless-Api-DynamoDB/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jayakrishnan-mk%2FServerless-Api-DynamoDB/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Jayakrishnan-mk","download_url":"https://codeload.github.com/Jayakrishnan-mk/Serverless-Api-DynamoDB/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jayakrishnan-mk%2FServerless-Api-DynamoDB/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269912653,"owners_count":24495375,"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","status":"online","status_checked_at":"2025-08-11T02:00:10.019Z","response_time":75,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["aws","aws-lambda","awssam","backend-development","cloudcomputing","crud-api","dynamodb","nodejs","serverless"],"created_at":"2025-08-11T15:25:47.607Z","updated_at":"2025-08-11T15:25:48.044Z","avatar_url":"https://github.com/Jayakrishnan-mk.png","language":"JavaScript","readme":"# CRUD DynamoDB Serverless App\n\nThis project is a complete Serverless CRUD API built using **AWS SAM (Serverless Application Model)**, **Node.js**, and **DynamoDB**. It's designed for learning and demo purposes, showcasing how to build, test, and deploy a serverless backend on AWS.\n\n---\n\n## ✅ Features\n\n- Create, Read, Update, Delete (CRUD) APIs\n- Powered by **AWS Lambda**, **API Gateway**, and **DynamoDB**\n- Local testing with `sam local`\n- Deployed using `sam deploy --guided`\n\n---\n\n## 📁 Project Structure\n\n```\n.\n├── src/            # Lambda function handlers\n├── events/         # Sample event payloads for testing\n├── template.yaml   # SAM template to define AWS infrastructure\n```\n\n---\n\n## 🚀 Deploy the Application\n\n### Prerequisites\n\n- [Node.js 20+](https://nodejs.org/en/)\n- [Docker](https://www.docker.com/products/docker-desktop/)\n- [AWS SAM CLI](https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/serverless-sam-cli-install.html)\n\n### Build and Deploy\n\n```bash\nsam build\nsam deploy --guided\n```\n\nYou’ll be prompted to enter:\n- Stack name (e.g., `crud-dynamo-app`)\n- Region\n- Permission to create IAM roles\n- Save config for future runs\n\n---\n\n## 🧪 Test Locally with SAM\n\n```bash\nsam local invoke putItemFunction --event events/event-post-item.json\nsam local invoke getAllItemsFunction --event events/event-get-all-items.json\nsam local start-api  # run local dev server at http://localhost:3000/\n```\n\n---\n\n## 📚 Resources\n\n- [AWS SAM Developer Guide](https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/what-is-sam.html)\n- [Serverless Application Repository](https://aws.amazon.com/serverless/serverlessrepo/)\n\n---\n\n## 🙌 Project Status\n\n✅ **Done!**  \nThis project was successfully built and deployed using AWS SAM, showcasing a functional CRUD API with DynamoDB and Lambda.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjayakrishnan-mk%2Fserverless-api-dynamodb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjayakrishnan-mk%2Fserverless-api-dynamodb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjayakrishnan-mk%2Fserverless-api-dynamodb/lists"}