I disagree with many of these "finding". Serverless in current form (lambda) is anything but flexible. You have all sort of limitations. API Gateway timeout 30s, request/response sizes, lambda code size, concurrency limits, max execution time, max number of env variables, streaming limitations, database support, native modules, background tasks, limited framework supports. After many years there is still no good way to manage secrets in lambda.<p>Most people would be better off with ECS. Every few months we discover something new and create even more hacky workarounds.