awslabs / aws-api-gateway-developer-portal

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

Fixes issue 310 - handle stage names with underscores #311

Closed jakobnordztrom closed 3 years ago

jakobnordztrom commented 5 years ago

Issue #310

Description of changes: Split apiKey in a way that preserves underscore in stage name.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

ghost commented 4 years ago

Could you redo your patch against the latest staging? Some major changes were recently introduced with the lambda backend route handlers and it's causing your patch to conflict.