jeremydaly / jeremydaly/lambda-api

Is it possible to disable versioning?

Open
#257 5 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
JavaScript
Stars
1.5k
Forks
127
Avg merge
31m
Merged PRs (30d)
2

Description

I have defined this path /:v/schema.json
image

But on /v1/schema.json i get

{"error":"No such file"}

I think is because the automatic handling of versions. Ideas?

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the route /:v/schema.json and trace how automatic version handling treats the request at /v1/schema.json. Check the existing routing and versioning behavior before deciding how disabling versioning should work. Done means the route resolves as expected when version handling is disabled, with coverage for the reported request.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript, nodejs
Domain
api
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
52/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.