Skip to content

Commit cc7bdd2

Browse files
authored
docs: Announce the v2 beta at top of readme (#1042)
Adds a bit more visibility for the new beta releases.
1 parent 88e8fde commit cc7bdd2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
When writing Serverless endpoints, we have found ourselves replicating a lot of boiler plate code to do basic actions, such as reading request variables or writing to SQS. The aim of this package is to provide a wrapper for our Lambda functions, to provide some level of dependency and configuration injection and to reduce time spent on project setup.
88

9+
> 🚀 [Lambda Wrapper v2 is now available in beta!](https://github.com/comicrelief/lambda-wrapper/tree/beta) This major release includes TypeScript support and some significant design changes.
10+
911
## Installation & usage
1012

1113
Install via npm:

0 commit comments

Comments
 (0)