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
AWS API Gateway is a SaaS offering that provides tools to manage the full API lifecycle. It is used in tangent with AWS Lambda to expose HTTP, REST and WebSocket APIs. It's capabilities include, but not withstanding:
Multi-stage API lifecycle management (e.g. dev, test, prod)
API documentation
API key management
Rate limiting
etc.
Sidenote: AWS API Gateway with Lambda and AWS API Gateway with HTTP Proxy (REST API) are 2 distinct integrations that can be supported by LoopBack 4 applications.
Logs use of restricted HTTP headers or unsupported features (see link above) (Sequence Middleware)
Use Cases
Adds interoperability of LoopBack 4 applications on and off-AWS API Gateway architectures without needing developers to worry about restriction nuances
Allows integration of AWS-specific features (e.g. IAM-based authentication)
Examples
TBD
Acceptance criteria
TBD - will be filled by the team.
The text was updated successfully, but these errors were encountered:
This issue has been marked stale because it has not seen activity within six months. If you believe this to be in error, please contact one of the code owners, listed in the CODEOWNERS file at the top-level of this repository. This issue will be closed within 30 days of being stale.
This issue has been closed due to continued inactivity. Thank you for your understanding. If you believe this to be in error, please contact one of the code owners, listed in the CODEOWNERS file at the top-level of this repository.
Inspired by @loopback/apiconnect
AWS API Gateway is a SaaS offering that provides tools to manage the full API lifecycle. It is used in tangent with AWS Lambda to expose HTTP, REST and WebSocket APIs. It's capabilities include, but not withstanding:
Sidenote: AWS API Gateway with Lambda and AWS API Gateway with HTTP Proxy (REST API) are 2 distinct integrations that can be supported by LoopBack 4 applications.
Suggestion
Implement a LoopBack 4 extension that:
Use Cases
Examples
TBD
Acceptance criteria
TBD - will be filled by the team.
The text was updated successfully, but these errors were encountered: