Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API Gateway Creates Duplicate Names For Different Stages #29

Open
AndrewBarba opened this issue Jul 29, 2020 · 2 comments
Open

API Gateway Creates Duplicate Names For Different Stages #29

AndrewBarba opened this issue Jul 29, 2020 · 2 comments
Labels
enhancement New feature or request

Comments

@AndrewBarba
Copy link

AndrewBarba commented Jul 29, 2020

Currently the same name is used for the API Gateway API regardless of the stage being deployed. This makes it a lot more difficult to select the production/development API when digging through the AWS console.

It would be great to suffix the stage in the actual name of the API to make browsing the console a lot easier.

Another option would be to use the name provided in the input as described here: https://github.com/serverless/components#variables

@eahefnawy eahefnawy added the enhancement New feature or request label Aug 10, 2020
@eahefnawy
Copy link
Member

That sounds reasonable 👌

@gjgd
Copy link

gjgd commented Jan 3, 2021

+1 would love to be able to set inputs.name in serverless.yml

Currently getting the following error:

Invalid Component Types: url-shortener-express: Invalid Input: "name" is not allowed - Documentation: https://github.com/serverless-components/express

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants