developmentseed / eoapi-cdk

AWS CDK constructs for deploying eoAPI
https://developmentseed.org/eoapi-cdk
11 stars 4 forks source link

feat: custom runtimes, optional VPC, python 3.11 #74

Closed emileten closed 10 months ago

emileten commented 11 months ago

A large PR with several breaking changes.

sharkinsspatial commented 11 months ago

@emileten We should also consider adding dockerignore file with cdk.out included at a minimum to reduce overall context size now that you are using Docker builds for all Lambdas.

emileten commented 11 months ago

I addressed comments ; I'll see if I can fit that into eoAPI and after confirming it works I'll fix conflicts and merge.

emileten commented 10 months ago

@vincentsarago FYI in the meanwhile (this took me forever 🙄) I did these changes (I updated the description):

This is tested in deployment and good to go, about to merge!