Develop & Deploy Serverless App Lesson 6 Best Practices: Running Serverless Application Locally
yt link
yt link
Specify stages for a database
If you get an error when starting a local DynamoDB database try to add a list of whitelisted stages in the serverless config:
dynamodb:
start:
port: 8000
inMemory: true
migrate: true...
philipdevblog.hashnode.dev1 min read