From 29d3a98c3d22289c20599af31887e9fbd8882ca7 Mon Sep 17 00:00:00 2001 From: horita-yuya Date: Fri, 22 Nov 2024 09:18:58 +0900 Subject: [PATCH] Update README.md --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 762b40a..c906ae9 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,8 @@ Upload this code to AWS Lambda and call the lambda function with the following e ```json { - "n1": 1, - "n2": 2 + "n1": 9, + "n2": 16 } ``` @@ -34,6 +34,10 @@ 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 @@ -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. \ No newline at end of file +To use the above components, you need to create a lambda layer. This terraform module creates a lambda layer for you.