awslabs / aws-api-gateway-developer-portal

A Serverless Developer Portal for easily publishing and cataloging APIs
Apache License 2.0
927 stars 399 forks source link

Dev portal does not support different usage plans that share the same api&stage combination #437

Open kvidhani opened 3 years ago

kvidhani commented 3 years ago

I created an api called XYZ and deployed to a stage called prod.

I created a usage plan called A and in this usage plan I added XYZ for prod.

I then created a usage plan called B and in this usage plan I added XYZ for prod as well.

When I log in as an admin in the dev portal I only see one of the usage plans - the other isn't picked up.

Is there a fix for this? I found a workaround by creating another stage (i.e prod2) but this isn't ideal.

Thanks!

lrfsh commented 3 years ago

I have the same issue, any fix for that?

vipinagrahari commented 2 years ago

@amazon-meaisiah Any updates on this issue?