question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add a way to use human-readable names for resources

See original GitHub issue

Is your feature request related to a problem? Please describe. It’s challenging when the amplify cli creates resources named like “cognito1eb8d495_userpool_1eb8d495”. At a glance, it’s impossible to tell which app it belongs to, whether it’s staging or production, etc.

Describe the solution you’d like The CLI should have a way to set a prefix, e.g. amplify add auth --name-prefix my-app-dev- or something similar to this.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:2
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
ffxsamcommented, Jan 24, 2019

Stack names could use some tidying up too IMO:

image

These are different environments too, so it would be nice to see amplify-vue-dev or amplify-vue-prod (amplify-vue is the name of my project).

1reaction
kaustavghosh06commented, Jul 3, 2019

@ffxsam We’ve fixed both the issues that you’d mentioned. We use the project-name as the prefix for your Cognito userpools now and also use the env-name as a part of your cloudformation stacks. Please use the latest version of the CLI and let us know what you think about it.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Linux commands: du and the options you should be using
This command would list all files and directory usage info in a human-readable format while excluding any file with the extension .dll. This...
Read more >
How to Make a Data Dictionary - OSF Support
The first column should contain your variable names exactly as they appear in your spreadsheet. Readable variable name. This column should ...
Read more >
Resource names | Cloud APIs
In resource-oriented APIs, resources are named entities, and resource names are their identifiers. Each resource must have its own unique resource name.
Read more >
Best way to generate slugs (human-readable IDs) in Rails
The best way to generate slugs is to use the Unidecode gem. It has by far the largest transliteration database available. It has...
Read more >
Human-readable medium - Wikipedia
Since any type of data encoding can be parsed by a suitably programmed computer, the decision to use binary encoding rather than text...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found