Skip to content

Commit

Permalink
uses specific version of middy in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabhpoddar committed Nov 22, 2023
1 parent 3ef91cd commit 9f26128
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import TabItem from '@theme/TabItem';
```bash
mkdir lambda && cd lambda

npm i -s supertokens-node @middy/core @middy/http-cors
npm i -s supertokens-node @middy/core@4.5.5 @middy/http-cors@4.5.5
mkdir nodejs && cp -r node_modules nodejs
zip -r supertokens-node.zip nodejs/
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import TabItem from '@theme/TabItem';
```bash
mkdir lambda && cd lambda

npm i -s supertokens-node @middy/core @middy/http-cors
npm i -s supertokens-node @middy/core@4.5.5 @middy/http-cors@4.5.5
mkdir nodejs && cp -r node_modules nodejs
zip -r supertokens-node.zip nodejs/
```
Expand Down
2 changes: 1 addition & 1 deletion v2/session/serverless/with-aws-lambda/backend-config.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import TabItem from '@theme/TabItem';
```bash
mkdir lambda && cd lambda

npm i -s supertokens-node @middy/core @middy/http-cors
npm i -s supertokens-node @middy/core@4.5.5 @middy/http-cors@4.5.5
mkdir nodejs && cp -r node_modules nodejs
zip -r supertokens-node.zip nodejs/
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import TabItem from '@theme/TabItem';
```bash
mkdir lambda && cd lambda

npm i -s supertokens-node @middy/core @middy/http-cors
npm i -s supertokens-node @middy/core@4.5.5 @middy/http-cors@4.5.5
mkdir nodejs && cp -r node_modules nodejs
zip -r supertokens-node.zip nodejs/
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import TabItem from '@theme/TabItem';
```bash
mkdir lambda && cd lambda

npm i -s supertokens-node @middy/core @middy/http-cors
npm i -s supertokens-node @middy/core@4.5.5 @middy/http-cors@4.5.5
mkdir nodejs && cp -r node_modules nodejs
zip -r supertokens-node.zip nodejs/
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import TabItem from '@theme/TabItem';
```bash
mkdir lambda && cd lambda

npm i -s supertokens-node @middy/core @middy/http-cors
npm i -s supertokens-node @middy/core@4.5.5 @middy/http-cors@4.5.5
mkdir nodejs && cp -r node_modules nodejs
zip -r supertokens-node.zip nodejs/
```
Expand Down

0 comments on commit 9f26128

Please sign in to comment.