Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ If you're coming from v1 and updating to v2, check out the [v2 migration guide](
Install via npm or Yarn:

```bash
npm i @comicrelief/lambda-wrapper@beta
npm i @comicrelief/lambda-wrapper
# or
yarn add @comicrelief/lambda-wrapper@beta
yarn add @comicrelief/lambda-wrapper
```

You can then wrap your Lambda handler functions like this:
Expand Down
2 changes: 1 addition & 1 deletion src/core/DependencyInjection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export default class DependencyInjection<TConfig extends LambdaWrapperConfig = a
+ "bundler may be minifying your code. You'll need to disable this "
+ 'for Lambda Wrapper to work correctly. Please refer to the Notes '
+ 'section of the Lambda Wrapper readme:\n\n'
+ ' https://github.com/comicrelief/lambda-wrapper/tree/beta#notes'
+ ' https://github.com/comicrelief/lambda-wrapper#notes'
: 'Please ensure that all dependency classes have a unique name.';

throw new Error(
Expand Down