Skip to content

Commit 23612ee

Browse files
Init repo
1 parent 1a6515d commit 23612ee

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

package.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"name": "localstack-ts-api-gateway-lambda-dynamodb-crud-example",
3+
"version": "1.0.0",
4+
"description": "An example of a serverless CRUD API built with TypeScript, integrating API Gateway, Lambda, and DynamoDB, all simulated locally with LocalStack for local development and testing.",
5+
"main": "src/index.ts",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/Mipmipp/localstack-ts-api-gateway-lambda-dynamodb-crud-example.git"
12+
},
13+
"author": "Mipmipp",
14+
"license": "MIT",
15+
"bugs": {
16+
"url": "https://github.com/Mipmipp/localstack-ts-api-gateway-lambda-dynamodb-crud-example/issues"
17+
},
18+
"homepage": "https://github.com/Mipmipp/localstack-ts-api-gateway-lambda-dynamodb-crud-example#readme",
19+
"keywords": [
20+
"docker",
21+
"lambda",
22+
"crud",
23+
"typescript",
24+
"jest",
25+
"docker-compose",
26+
"api-gateway",
27+
"example",
28+
"dynamodb",
29+
"supertest",
30+
"dynamoose",
31+
"localstack"
32+
]
33+
}

0 commit comments

Comments
 (0)