{"id":16677868,"url":"https://github.com/ramosbugs/aws-sam-rest-api-repro","last_synced_at":"2026-04-27T00:31:11.073Z","repository":{"id":82329901,"uuid":"362995560","full_name":"ramosbugs/aws-sam-rest-api-repro","owner":"ramosbugs","description":"Reproduces route dedupe bug in https://github.com/aws/aws-sam-cli/pull/2458","archived":false,"fork":false,"pushed_at":"2021-04-30T01:44:43.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-02T06:13:40.996Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ramosbugs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2021-04-30T01:42:54.000Z","updated_at":"2021-04-30T01:44:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"7e7d5141-df82-4e6e-af6d-6b9f4576a5cb","html_url":"https://github.com/ramosbugs/aws-sam-rest-api-repro","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ramosbugs/aws-sam-rest-api-repro","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ramosbugs%2Faws-sam-rest-api-repro","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ramosbugs%2Faws-sam-rest-api-repro/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ramosbugs%2Faws-sam-rest-api-repro/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ramosbugs%2Faws-sam-rest-api-repro/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ramosbugs","download_url":"https://codeload.github.com/ramosbugs/aws-sam-rest-api-repro/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ramosbugs%2Faws-sam-rest-api-repro/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32318417,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T23:26:28.701Z","status":"ssl_error","status_checked_at":"2026-04-26T23:26:25.802Z","response_time":129,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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-10-12T13:27:44.666Z","updated_at":"2026-04-27T00:31:11.040Z","avatar_url":"https://github.com/ramosbugs.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"### To reproduce:\n\nThe following assumes that the [`aws-sam-cli`](https://github.com/aws/aws-sam-cli)\n[PR #2458](https://github.com/ramosbugs/aws-sam-cli/tree/develop-operation-name) branch has been\nchecked out into `../aws-sam-cli` and that a `virtualenv` has been initialized properly.\n\nTo start the API:\n```\n$ python ../aws-sam-cli/samcli local start-api\n```\n\nActual output:\n```\n$ curl http://127.0.0.1:3000/foo\n{\"message\": \"routed to handler getFoo\"}\n$ curl -X POST http://127.0.0.1:3000/foo\n{\"message\": \"routed to handler getFoo\"}\n```\nNote that both requests are supplied an `operationName` of `getFoo`. The latter request should be\n`postFoo`.\n\nExpected output:\n```\n$ curl http://127.0.0.1:3000/foo\n{\"message\": \"routed to handler getFoo\"}\n$ curl -X POST http://127.0.0.1:3000/foo\n{\"message\": \"routed to handler postFoo\"}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Framosbugs%2Faws-sam-rest-api-repro","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Framosbugs%2Faws-sam-rest-api-repro","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Framosbugs%2Faws-sam-rest-api-repro/lists"}