Add a way to use human-readable names for resources
See original GitHub issueIs 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:
- Created 5 years ago
- Reactions:2
- Comments:5 (2 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Stack names could use some tidying up too IMO:
These are different environments too, so it would be nice to see
amplify-vue-dev
oramplify-vue-prod
(amplify-vue is the name of my project).@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.