feat: initial commit
This commit is contained in:
commit
e8291f4bef
33 changed files with 10300 additions and 0 deletions
12
apps/http/sls/package.json
Normal file
12
apps/http/sls/package.json
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"dependencies": {
|
||||
"serverless": "^3.38.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"serverless-api-gateway-caching": "^1.10.3",
|
||||
"serverless-api-gateway-throttling": "^2.0.3",
|
||||
"serverless-offline": "^13.3.0",
|
||||
"serverless-prune-plugin": "^2.0.2",
|
||||
"serverless-python-requirements": "^6.0.1"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue