Skip to content

[feature] allow user to choose endpoint while generating url #89

@danishjamal104

Description

@danishjamal104

Describe the bug
Currently the backend randomly generates the URL endpoint, where user has no option to edit it or choose custom endpoints while generating the new url. This feature will allow user to type their custom name when generating a new url. Since the url endpoint is stored as a primary key in global secondary index, we can't have native support for editing url instead, for editing we can create new url using the data of previous one and once the new url is generated we can delete the older one.

Area Where feature is related to

  • Lambda @lambda_for_generateURL
  • DynamodDb

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions