Skip to content

Commit 1db2232

Browse files
authored
Merge pull request #4 from rogelio-o/develop
Develop
2 parents 357cc6a + a6b6f82 commit 1db2232

2 files changed

Lines changed: 1 addition & 8 deletions

File tree

README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,19 +33,12 @@ app.addTemplateEngine(templateRenderer);
3333
...
3434
```
3535

36-
### More info
37-
38-
If you want to know more about how to use App, please visit
39-
the [Core Project](https://github.com/rogelio-o/lambda-framework).
40-
4136
## Lambda Framework projects
4237

4338
- [Core](https://github.com/rogelio-o/lambda-framework)
4439
- [AWS Lambda implementation](https://github.com/rogelio-o/lambda-framework-aws)
4540
- [Google Cloud Functions implementation](https://github.com/rogelio-o/lambda-framework-gcloud)
4641
- [DustJS template engine implementation](https://github.com/rogelio-o/lambda-framework-dustjs)
47-
- [Website](https://github.com/rogelio-o/lambda-framework-website)
48-
- [Website Resources](https://github.com/rogelio-o/lambda-framework-website-resources)
4942
- [Examples](https://github.com/rogelio-o/lambda-framework-examples)
5043

5144
## Contributions

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@types/aws-lambda": "0.0.24",
4747
"@types/node": "^8.0.28",
4848
"aws-sdk": "^2.161.0",
49-
"lambda-framework": "^1.1.1",
49+
"lambda-framework": "^1.1.2",
5050
"node-cache": "^4.1.1"
5151
},
5252
"nyc": {

0 commit comments

Comments
 (0)