DEV Community

Discussion on: Thoughts on Serverless Architectures

Collapse
 
emil profile image
Emil

Have you tried using aws cdk or aws sam. It makes things lot easier for serverless deployments

Collapse
 
farmijo profile image
Farmijo

We took a look to SAM some time ago and we discarded it. Serverless CLI (the Serverless framework I mean) was quite similar and had better tooling for local development.
Aws CDK looks interesting, though. I will research about it.

Collapse
 
emil profile image
Emil

We did use serverless in the first place but now we are only using cdk. I was tired of endless yaml configurations