We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Many of our current Lambda's which query the RDS Data API have difficult to read / unclear response parsing code https://github.com/NASA-IMPACT/hls-orchestration/blob/dev/lambda_functions/process_landsat_mgrs_incompletes.py#L33-L39 due to the RDS Data API response structure. AWS has released updated functionality to allow simpler direct response bodies https://aws.amazon.com/about-aws/whats-new/2022/04/amazon-rds-data-api-sql-json-string/
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Many of our current Lambda's which query the RDS Data API have difficult to read / unclear response parsing code https://github.com/NASA-IMPACT/hls-orchestration/blob/dev/lambda_functions/process_landsat_mgrs_incompletes.py#L33-L39 due to the RDS Data API response structure. AWS has released updated functionality to allow simpler direct response bodies
https://aws.amazon.com/about-aws/whats-new/2022/04/amazon-rds-data-api-sql-json-string/
The text was updated successfully, but these errors were encountered: