We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07aa3aa commit 0fe3d3cCopy full SHA for 0fe3d3c
package.json
@@ -1,4 +1,15 @@
1
{
2
+ "name": "realworld-dynamodb-lambda",
3
+ "version": "1.0.0",
4
+ "description": "A serverless backend implementation for RealWorld using AWS DynamoDB + Lambda",
5
+ "keywords": [
6
+ "realworld",
7
+ "aws",
8
+ "lambda",
9
+ "dynamodb",
10
+ "serverless"
11
+ ],
12
+ "license": "MIT",
13
"scripts": {
14
"lint": "eslint src/ test/",
15
"test": "npm run lint && ./test-api-local.sh",
0 commit comments