Implement extensible architecture for AWS API Discovery#120
Open
JaninduRSD wants to merge 7 commits intowso2-extensions:aws-api-discoveryfrom
Open
Implement extensible architecture for AWS API Discovery#120JaninduRSD wants to merge 7 commits intowso2-extensions:aws-api-discoveryfrom
JaninduRSD wants to merge 7 commits intowso2-extensions:aws-api-discoveryfrom
Conversation
- Added AWSAPIBuilder as an abstract base class for AWS API Gateway builders. - Created AWSAPIBuilderFactory to register and manage builders for different API types. - Implemented AWSHTTPAPIBuilder for V2 HTTP APIs, including OAS3 export handling. - Implemented AWSRestAPIBuilder for V1 REST APIs, with Swagger definition retrieval. - Implemented AWSWebSocketAPIBuilder for V2 WebSocket APIs, generating AsyncAPI definitions. - Introduced AWSDiscoveryService for discovering APIs from AWS API Gateway. - Enhanced AWSAPIUtil with methods for resolving server variables and constructing endpoint URLs. - Added utility methods for handling WebSocket routes and building endpoint configurations.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose
Goals
Approach
User stories
Release note
Documentation
Training
Certification
Marketing
Automation tests
Security checks
Samples
Related PRs
Migrations (if applicable)
Test environment
Learning