Open Issues Need Help
View All on GitHubReverse proxy to mediate communication between a client and an internally accessible STAC API in order to provide a flexible authentication mechanism.
AI Summary: The task requires adapting the STAC Auth Proxy, currently designed for Docker and standard Python environments, to function within the constraints of an AWS Lambda runtime environment. This involves addressing limitations on dependencies, execution time, and memory usage inherent in Lambda functions. It may necessitate refactoring parts of the application, potentially using a lightweight ASGI server compatible with Lambda, and optimizing resource consumption.
Reverse proxy to mediate communication between a client and an internally accessible STAC API in order to provide a flexible authentication mechanism.