developmentseed / eoAPI

[Active Development] Earth Observation API (Metadata, Raster and Vector services)
https://eoapi.dev
MIT License
197 stars 21 forks source link

Replace LambdaProxyIntegration after CDK introduced breaking change. #27

Closed sharkinsspatial closed 2 years ago

sharkinsspatial commented 2 years ago

aws-cdk release v1.135.0 introduced a refactoring of integrations which renamed LambdaProxyIntegration to HttpLambdaIntegration https://github.com/aws/aws-cdk/commit/29039e8bd13a4fdb7f84254038b3331c179273fd. The cdk module upgrades introduced in https://github.com/developmentseed/eoAPI/commit/00ab55bf8530234126a6db5ceb145df702d46420#diff-77255aa8c26feb6ebbb243f8565259b4fa1976e8ebd073f61e77570c2bedb3f3 will cause attribute errors to be thrown without renaming.

vincentsarago commented 2 years ago

🙏 thanks @sharkinsspatial