TheOtherDavid / CoinCheck

A simple app that checks a crypto coin price and sends an SMS alert if there has been a big move recently.
1 stars 0 forks source link

Errors using CBPRO modules in AWS Lambda #2

Closed TheOtherDavid closed 3 years ago

TheOtherDavid commented 3 years ago

Apparently to use other modules, they need to be in a layer. I created an AWS layer using a ZIP of my entire venv/Lib/site-packages/ directory. The exact directory structure of the ZIP was rather finnicky.

TheOtherDavid commented 3 years ago

Every time there's a new module that requires a pip import, I'll have to update that layer to include the new module.