Skip to content

Commit

Permalink
remove unnecessary lib aws-lambda
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinewg committed Feb 13, 2024
1 parent f1f833a commit aa24d91
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 35 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ See [Remote Caching (Beta)](https://turborepo.org/docs/core-concepts/remote-cach
- clone this repo, or use it as template.
- install [pnpm](https://pnpm.io/installation) for package management.
- install the dependencies: `pnpm i`.
- build and run the services: `pnpm run build && pnpm run dev`.
- build and run the services: `pnpm build && pnpm dev`.
- send first request:

```bash
Expand Down
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,5 @@
"npm": "please-use-pnpm",
"yarn": "please-use-pnpm"
},
"packageManager": "[email protected]",
"dependencies": {
"aws-lambda": "^1.0.7"
}
"packageManager": "[email protected]"
}
65 changes: 35 additions & 30 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit aa24d91

Please sign in to comment.