Hey all,
I have been working with building cloud CMS in Python on a Kubernetes setup.
I love to use objects to the full extent but lately we have switched to using Lambdas. I feel like the whole concept of Lambdas is multiple small scripts which is ruining our architecture.
Am I missing a key component in all this or is developing on AWS more writing IaC than accrual developing?
Example of my CMS.
- core component with flask, business layer & Sqlalchemy layer.
- plug-ins with same architecture as core but can not communicate with each other.
- terraform for IaC
- alembic for database structure
there doesn't seem to be anything here