You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "This template demonstrates how to develop and deploy a simple Node Express API service backed by DynamoDB running on AWS Lambda using the traditional Serverless Framework.",
"dependencies": {
"express": "^4.17.1",
"serverless-http": "^2.7.0"
},
"title": "Serverless Framework Node Express API service backed by DynamoDB on AWS"