{"id":19046378,"url":"https://github.com/saladtechnologies/benchmark-queues","last_synced_at":"2026-06-26T09:31:58.727Z","repository":{"id":190013348,"uuid":"681772491","full_name":"SaladTechnologies/benchmark-queues","owner":"SaladTechnologies","description":"This is a lambda that allows getting and putting work into queues via http","archived":false,"fork":false,"pushed_at":"2023-08-25T13:53:28.000Z","size":2,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-06-23T01:02:55.783Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/SaladTechnologies.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":"2023-08-22T18:16:47.000Z","updated_at":"2023-09-06T15:43:23.000Z","dependencies_parsed_at":"2025-01-02T08:44:37.614Z","dependency_job_id":"8914c87f-a592-43db-907a-de719d768260","html_url":"https://github.com/SaladTechnologies/benchmark-queues","commit_stats":null,"previous_names":["saladtechnologies/benchmark-queues"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SaladTechnologies/benchmark-queues","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SaladTechnologies%2Fbenchmark-queues","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SaladTechnologies%2Fbenchmark-queues/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SaladTechnologies%2Fbenchmark-queues/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SaladTechnologies%2Fbenchmark-queues/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SaladTechnologies","download_url":"https://codeload.github.com/SaladTechnologies/benchmark-queues/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SaladTechnologies%2Fbenchmark-queues/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34811915,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-26T02:00:06.560Z","response_time":106,"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":[],"created_at":"2024-11-08T22:54:33.610Z","updated_at":"2026-06-26T09:31:58.694Z","avatar_url":"https://github.com/SaladTechnologies.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Benchmarking Work Queue Management\n\nThis is a simple lambda that allows the use of sqs queues by benchmark workers.\n\n## API\n\n### POST /:queueId\n\nSubmit a job to a queue. The queue will be created if it doesn't exist already.\n\n```bash\ncurl  -X POST \\\n  'https://\u003clambda-url-id\u003e.lambda-url.us-east-2.on.aws/\u003cqueue-id\u003e' \\\n  --header 'Benchmark-Api-Key: \u003capi-key\u003e' \\\n  --header 'Content-Type: application/json' \\\n  --data '{\"example\": \"data\"}'\n```\n\n#### Response\n\n```json\n{\n  \"message\": \"Message sent\"\n}\n```\n\n### GET /:queueId\n\nGet a job from a queue. The queue will be created if it doesn't exist already.\n\n```bash\ncurl 'https://\u003clambda-url-id\u003e.lambda-url.us-east-2.on.aws/\u003cqueue-id\u003e' \\\n  --header 'Benchmark-Api-Key: \u003capi-key\u003e'\n```\n\n#### Response\n\n```json\n{\n  \"messageId\": \"1234567890\",\n  \"body\": \"{\\\"example\\\": \\\"data\\\"}\"\n}\n```\n\n### DELETE /:queueId/:messageId\n\nDelete a job from a queue. You must do this when done processing a particular job, or it will be handed out again after 5 minutes.\n\n```bash\ncurl -X DELETE \\\n  'https://\u003clambda-url-id\u003e.lambda-url.us-east-2.on.aws/\u003cqueue-id\u003e/\u003cmessage-id\u003e' \\\n  --header 'Benchmark-Api-Key: \u003capi-key\u003e'\n```\n\n#### Response\n\n```json\n{\n  \"message\": \"Message deleted\"\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaladtechnologies%2Fbenchmark-queues","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsaladtechnologies%2Fbenchmark-queues","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaladtechnologies%2Fbenchmark-queues/lists"}