Skip to content

Commit

Permalink
adding serverless integration demo link
Browse files Browse the repository at this point in the history
  • Loading branch information
jkyberneees committed Mar 27, 2020
1 parent db83d45 commit 0aead27
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,9 @@ module.exports.handler = async (event, context) => {
}
```

> See also:
> Running restana service as a lambda using AWS SAM at https://github.com/jkyberneees/restana-serverless
## Cloud Functions for Firebase Integration
`restana` restana based services can also run as Cloud Functions for Firebase 🚀
```js
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "restana",
"version": "4.1.1",
"version": "4.2.0",
"description": "Super fast and minimalist web framework for building REST micro-services.",
"main": "index.js",
"types": "index.d.ts",
Expand Down Expand Up @@ -47,12 +47,12 @@
"connect-query": "^1.0.0",
"express": "^4.17.1",
"express-jwt": "^5.3.1",
"fastify": "^2.12.1",
"fastify": "^2.13.0",
"http-cache-middleware": "^1.3.0",
"koa": "^2.11.0",
"koa-router": "^7.4.0",
"mocha": "^6.2.2",
"morgan": "^1.9.1",
"mocha": "^7.1.1",
"morgan": "^1.10.0",
"muneem": "^2.4.5",
"nyc": "^15.0.0",
"pem": "^1.14.4",
Expand All @@ -62,7 +62,7 @@
"serve-static": "^1.14.1",
"socket.io": "^2.3.0",
"socket.io-client": "^2.3.0",
"standard": "^14.3.1",
"standard": "^14.3.3",
"supertest": "^3.4.2",
"swagger-tools": "^0.10.4",
"winston": "^2.4.4"
Expand Down

0 comments on commit 0aead27

Please sign in to comment.