Skip to content

Commit

Permalink
chore(release): v1 (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
naorpeled authored Mar 9, 2023
1 parent a99b8bb commit 98912bb
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 53 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@

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.

## Using AWS SDK v2?

lambda-api@v1 is using AWS SDK v3.
If you are using AWS SDK v2, please use [email protected].

## Simple Example

```javascript
Expand Down
104 changes: 52 additions & 52 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lambda-api",
"version": "0.12.0",
"version": "1.0.0",
"description": "Lightweight web framework for your serverless applications",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 98912bb

Please sign in to comment.