DEV Community

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

Collapse
 
suryaprasad7500 profile image
Surya Malempati

If you're using serverless framework, check out serverless-offline npm package. There are other packages like this which can emulate DynamoDB too. It's not perfect, but that's the closest you can get to it at this point I think.

Thread Thread
 
ewanslater profile image
Ewan Slater

Or you can use a docker based, open source serverless framework such as Fn Project that you can run on any cloud (or your laptop), so you can test locally, and deploy wherever you like.