openaq / openaq-api-v2

OpenAQ API
https://api.openaq.org
39 stars 9 forks source link

migrate AWS Lambda to ARM64 #264

Open russbiggs opened 9 months ago

russbiggs commented 9 months ago

Migrating to the AWS Graviton2 ARM64 runtime provides a pretty significant costs saving opportunity in addition to what appears to be a slight performance boost. The cost difference is:

Architecture Cost GB-sec
x86 $0.0000166667
ARM64 $0.0000133334

This will require local deployment to always use Docker to create the dependencies layer, but this work is largely already done to accomodate deploying from Apple M1 -> the current x86.