Skip to content

Commit 98912bb

Browse files
authored
chore(release): v1 (#228)
1 parent a99b8bb commit 98912bb

File tree

3 files changed

+58
-53
lines changed

3 files changed

+58
-53
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@
99

1010
Lambda API is a lightweight web framework for AWS Lambda using AWS API Gateway Lambda Proxy Integration or ALB Lambda Target Support. This closely mirrors (and is based on) other web frameworks like Express.js and Fastify, but is significantly stripped down to maximize performance with Lambda's stateless, single run executions.
1111

12+
## Using AWS SDK v2?
13+
14+
lambda-api@v1 is using AWS SDK v3.
15+
If you are using AWS SDK v2, please use [email protected].
16+
1217
## Simple Example
1318

1419
```javascript

package-lock.json

Lines changed: 52 additions & 52 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lambda-api",
3-
"version": "0.12.0",
3+
"version": "1.0.0",
44
"description": "Lightweight web framework for your serverless applications",
55
"main": "index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)