Finally found a Good Discussion of Layers
- Tim Burns
- Sep 5, 2019
- 1 min read
Lessons Learned:
Windows machines are not a good way to attempt to build Lambda services because you need to download and compile your Python packages on an Ubuntu instance to run on Lambda. Once you get that done, then Lambda is powerful.
Comments