DEV Community

Discussion on: What's the WORST thing about serverless?

Collapse
 
netnavt profile image
Brad Duhon

My experience is that most cost and complexity issues can be overcome but the security is always an issue. Not the outside security but the internal development. For instance for a developer to create a lambda that works, they need not only all lambda permissions but the ability to create IAM roles, attach policies etc, upload to S3 if they aren't developing in console, possibly create the S3 bucket they will use etc.

Which means. Now you have to develop complex gates all over on their users or roles they assume. The newly released feature of ABAC in IAM (AWS specifically) should help this complexity but adds others.

Collapse
 
trusktr profile image
Joe Pea

Hello! That's called vendor lockin. :)