{"id":27157229,"url":"https://github.com/danieljhkim/multi-purpose-serverless-lambda","last_synced_at":"2026-05-04T08:32:46.089Z","repository":{"id":196286747,"uuid":"493412757","full_name":"danieljhkim/Multi-Purpose-Serverless-Lambda","owner":"danieljhkim","description":"Multi-Purpose Serverless AWS Lambda ","archived":false,"fork":false,"pushed_at":"2022-12-11T23:28:18.000Z","size":71,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2023-09-24T04:20:33.328Z","etag":null,"topics":["aws","aws-lambda","cloud-computing","dynamodb","nodejs","s3","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/danieljhkim.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":"2022-05-17T21:01:50.000Z","updated_at":"2023-09-24T04:29:56.094Z","dependencies_parsed_at":"2023-09-24T04:49:57.435Z","dependency_job_id":null,"html_url":"https://github.com/danieljhkim/Multi-Purpose-Serverless-Lambda","commit_stats":null,"previous_names":["danieljhkim/multi-purpose-serverless-lambda"],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danieljhkim%2FMulti-Purpose-Serverless-Lambda","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danieljhkim%2FMulti-Purpose-Serverless-Lambda/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danieljhkim%2FMulti-Purpose-Serverless-Lambda/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danieljhkim%2FMulti-Purpose-Serverless-Lambda/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danieljhkim","download_url":"https://codeload.github.com/danieljhkim/Multi-Purpose-Serverless-Lambda/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247927282,"owners_count":21019506,"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":["aws","aws-lambda","cloud-computing","dynamodb","nodejs","s3","serverless"],"created_at":"2025-04-08T20:54:03.682Z","updated_at":"2026-05-04T08:32:41.054Z","avatar_url":"https://github.com/danieljhkim.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Multi-Purpose-Serverless-Lambda\nThis serverless lambda is designed to be used for multiple utilizations across multiple applications and services. This lambda has access to various AWS resources and has an interface for cross-platform operations. It is deployed as AWS Lambda and exposed via API Gateway.\n\nFeatures:\n- AWS DynamoDB Client Interface\n  - Query Operations\n  - Put operations\n- AWS S3 Client Interface\n  - Get operations\n  - Put operations\n- AWS SNS Client Interface\n  - Invoke operations\n- Error auditing to S3 Bucket for critical operations\n\n# How to Use\n\n### Local Setup\n\n```\n$ npm install\n$ node express-app\n```\n\n### Invoke a Service (POST request)\n```\n## sample request body:\n\n{\n  \"event\": {\n    \"body\": {\n      \"action\": \"WRITE_COINS_HOURLY_TO_DB\",\n      \"days\": 10\n    }\n  }\n}\n```\n```\n{\n  \"event\": {\n    \"body\": {\n      \"action\": \"GET_COINS_DB\",\n      \"table\": \"coin-hourly\",\n      \"coin\": \"eos\",\n      \"start\": 1659982050380,\n      \"end\": 1660104217178\n    }\n  }\n}\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanieljhkim%2Fmulti-purpose-serverless-lambda","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanieljhkim%2Fmulti-purpose-serverless-lambda","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanieljhkim%2Fmulti-purpose-serverless-lambda/lists"}