-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
23 lines (23 loc) · 943 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "fastapi-serverless-aws-backend-service",
"version": "1.0.0",
"description": "Welcome to the FastAPI Serverless AWS Backend Server project! This project is designed to provide a quick and easy way to get started with building a production ready backend server using the FastAPI web framework and deploying it to AWS using serverless technology",
"dependencies": {
"serverless-domain-manager": "^6.2.1",
"serverless-plugin-log-retention": "^2.0.0"
},
"devDependencies": {},
"scripts": {
"test": "./scripts/test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/roy-pstr/fastapi-serverless-aws-backend-service.git"
},
"author": "Roy Pasternak <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/roy-pstr/fastapi-serverless-aws-backend-service/issues"
},
"homepage": "https://github.com/roy-pstr/fastapi-serverless-aws-backend-service#readme"
}