You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement a feature to externalize the version of the API Gateway. This allows for versioning to be managed externally, providing greater flexibility and easier maintenance of the gateway version across environments.
Task Details
Externalize the API Gateway version so it can be configured without code changes.
Ensure that the version is loaded from an external source such as environment variables or a configuration file.
Steps to Implement
Add configuration support to externalize the API Gateway version.
Use environment variables or a configuration file to manage the version.
Update existing references to the API Gateway version to read from the external source.
Note:
Check the feasibility of retrieving the versioning information directly from a GitHub repository.
The text was updated successfully, but these errors were encountered:
Description
Task Details
Steps to Implement
Note:
The text was updated successfully, but these errors were encountered: