Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
adrai committed Feb 3, 2024
1 parent cffb5a5 commit dd42500
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ Fastest is **@fastify/aws-lambda (decorateRequest : false), @fastify/aws-lambda*
- For apps that may not see traffic for several minutes at a time, you could see [cold starts](https://aws.amazon.com/blogs/compute/container-reuse-in-lambda/)
- Stateless only
- API Gateway has a timeout of 29 seconds, and Lambda has a maximum execution time of 15 minutes. (Using Application Load Balancer has no timeout limit, so the lambda maximum execution time is relevant)
- If you are using another web framework beside Fastify (i.e. Connect, Express, Koa, Restana, Sails, Hapi, Restify) or want to use a more generic serverless proxy framework, have a look at: [serverless-http](https://github.com/dougmoscrop/serverless-http)
- If you are using another web framework beside Fastify (i.e. Connect, Express, Koa, Restana, Sails, Hapi, Restify) or want to use a more generic serverless proxy framework, have a look at: [serverless-http](https://github.com/dougmoscrop/serverless-http) or [serverless-adapter](https://github.com/H4ad/serverless-adapter)


#### 🎖Who is using it?
Expand Down
Binary file removed images/logos/localistars.png
Binary file not shown.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@fastify/multipart": "8.1.0",
"@fastify/pre-commit": "^2.1.0",
"@h4ad/serverless-adapter": "4.2.0",
"@types/aws-lambda": "8.10.132",
"@types/aws-lambda": "8.10.133",
"aws-lambda": "^1.0.7",
"aws-serverless-express": "^3.4.0",
"aws-serverless-fastify": "^3.0.6",
Expand All @@ -54,14 +54,14 @@
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-standard": "^5.0.0",
"fastify": "^4.25.2",
"fastify": "^4.26.0",
"serverless-http": "^3.2.0",
"tap": "^16.3.9",
"tsd": "^0.30.4"
},
"overrides": {
"aws-serverless-fastify": {
"fastify": "^4.25.2"
"fastify": "^4.26.0"
}
},
"publishConfig": {
Expand Down

0 comments on commit dd42500

Please sign in to comment.