diff --git a/README.md b/README.md index b0ac962..6ae2f9e 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ The project uses the following stack: - Jest - Yarn - Husky +- Flow The project was tested with Express.js 4.x. @@ -27,10 +28,6 @@ This store implements the [touch](https://github.com/expressjs/session#storetouc or `npm install --save dynamodb-store` -## Example - -You can find a working example [here](https://github.com/rafaelrpinto/aws-lambda-stateful-express-boilerplate) - ## Serverless Tip AWS SDK is set as optional dependency, so use the `--no-optional-dependencies`to avoid shipping it (lambda containers already have it).