climate-cooperative / home-energy-assessment-database

Documentation, conversions, and data supporting Climate Cooperative's home energy audit and calculation tools.
Apache License 2.0
3 stars 4 forks source link

Bundle Lamba Code #19

Closed rgraue closed 2 months ago

rgraue commented 3 months ago

To get the best performance from lambda, its best to keep the amount of code put into the lambda as small as possible. IE bundling EVERYTHING to a single entrypoint

Technical notes: