Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
horita-yuya authored Nov 22, 2024
1 parent c9e58f7 commit 29d3a98
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,19 @@ Upload this code to AWS Lambda and call the lambda function with the following e

```json
{
"n1": 1,
"n2": 2
"n1": 9,
"n2": 16
}
```

Then, you will get the following response.

![sample_add](./resources/sample_add.png)

There are only type definition codes, but it works.

You can download [runtime and terraform package](https://github.com/horita-yuya/aws-lambda-type-level-runtime/releases).

## TLRT Components:

### 1. bootstrap
Expand All @@ -44,4 +48,4 @@ Combines the event passed to the lambda function and the function code you deplo
And computed the value of it.

### 3. lambda-layer (terraform)
To use the above components, you need to create a lambda layer. This terraform module creates a lambda layer for you.
To use the above components, you need to create a lambda layer. This terraform module creates a lambda layer for you.

0 comments on commit 29d3a98

Please sign in to comment.