Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nikovirtala/cdk-lambda-llrt-demo
Example of publishing function (with function URL) that uses LLRT (Low Latency Runtime) on AWS Lambda.
https://github.com/nikovirtala/cdk-lambda-llrt-demo
aws-cdk aws-lambda awscdk cdk lambda llrt
Last synced: 22 days ago
JSON representation
Example of publishing function (with function URL) that uses LLRT (Low Latency Runtime) on AWS Lambda.
- Host: GitHub
- URL: https://github.com/nikovirtala/cdk-lambda-llrt-demo
- Owner: nikovirtala
- License: mit
- Created: 2024-11-02T20:48:38.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-11T00:09:17.000Z (23 days ago)
- Last Synced: 2024-12-11T01:19:33.160Z (23 days ago)
- Topics: aws-cdk, aws-lambda, awscdk, cdk, lambda, llrt
- Language: TypeScript
- Homepage:
- Size: 3.46 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Lambda Function with LLRT (Low Latency Runtime)
Example of publishing function (with [function URL](https://docs.aws.amazon.com/lambda/latest/dg/urls-configuration.html)) that uses [LLRT (Low Latency Runtime)]() on AWS Lambda.
- [LLRT (Low Latency Runtime)](https://github.com/awslabs/llrt)
- [`LlrtFunction`](https://github.com/tmokmss/cdk-lambda-llrt) construct
- [`AwsCdkApp`](https://github.com/nikovirtala/projen-aws-cdk-app) projen template (TypeScript with ECMAScript modules)