Sanctuary
Detected Project Issues
Performance
- [ ] The
lambda-mono architecture has poor scaling and may hit concurrency limits, leading to HTTP 429 errors.
- [ ] The
edge-bundled architecture does not support streaming responses due to Lambda@Edge limitations.
Reliability
- [ ] The
edge-unbundled architecture may have worse round trips due to multiple AWS resources being involved.
Maintenance
- [ ] The
edge-unbundled architecture requires many resources and requests, which can complicate maintenance.
Security
- [ ] No specific security issues were identified from the available files.
Documentation
- [ ] The README provides a good overview, but more detailed documentation on the limitations and use cases of each architecture could be beneficial.