tnc-ca-geo / animl-api

Backend for https://animl.camera
4 stars 0 forks source link

Fixing Local development #182

Closed jue-henry closed 2 months ago

jue-henry commented 2 months ago

Trying to fix local development for animl-api. Seems like we need to move our animl-api lambda from being ran with an ecr image and instead using the native lambda execution environment now that it supports node20. Also updates serverless offline to run using the right profile and disable the authorizer.

Original changes from #178 and #180