{"id":21681783,"url":"https://github.com/cbschuld/kvba","last_synced_at":"2026-04-12T20:46:08.547Z","repository":{"id":137243235,"uuid":"169290268","full_name":"cbschuld/kvba","owner":"cbschuld","description":"A serverless AWS Lambda, API Gateway enabled key/value store with Basic HTTP Authorization and weak obfuscated account creation.","archived":false,"fork":false,"pushed_at":"2019-02-05T23:46:53.000Z","size":8,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-25T11:26:06.816Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://chrisschuld.com/projects/kvba/","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/cbschuld.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}},"created_at":"2019-02-05T18:26:51.000Z","updated_at":"2022-06-12T02:11:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"b354912f-12d7-4d1f-8893-2bd0b7122261","html_url":"https://github.com/cbschuld/kvba","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cbschuld%2Fkvba","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cbschuld%2Fkvba/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cbschuld%2Fkvba/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cbschuld%2Fkvba/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cbschuld","download_url":"https://codeload.github.com/cbschuld/kvba/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244600674,"owners_count":20479304,"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":[],"created_at":"2024-11-25T15:31:29.375Z","updated_at":"2026-04-12T20:46:03.493Z","avatar_url":"https://github.com/cbschuld.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# KVBA (A RESTful, serverless key-value store with Basic Auth)\n\u003e A [serverless](https://serverless.com/) based AWS lambda and api gateway enabled key/value store with Basic HTTP Authorization and weak obfuscated account creation.  All keys are partitioned by user scope thus each user maintains their own domain of keys.  Cross-Origin resource sharing (CORS) is also available via the serverless to add protection for call origin.\n\n## Endpoints\n**/auth** via **POST** (for account creation and verification)\n\n**/set** via **POST** to add a value to the key/value store\n\n**/get** via **GET** to retrieve a value from the key/value store\n\n## Building\n```\nexport AWS_PROFILE=YOUR_AWS_PROFILE\nexport AWS_DEFAULT_REGION=us-west-2\nnpm install\n```\n\n### Creating your own\n+ Add your profile to the serverless.yml file\n+ Add your domains to the serverless if you intend to manage the domains and API gateway with serverless\n+ Update the serverless.yml file with other options for your domain(s)\n\n## Testing\ntesting uses [Mocha](https://mochajs.org/), [Chai](https://www.chaijs.com/) and [Chai HTTP](https://github.com/chaijs/chai-http)\n```\nnpm test\n```\n\n## License\n\n(The MIT License)\n\nCopyright (c) Chris Schuld \u003cchris@chrisschuld.com\u003e\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcbschuld%2Fkvba","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcbschuld%2Fkvba","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcbschuld%2Fkvba/lists"}