Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/denoland/deno-lambda
A deno runtime for AWS Lambda. Deploy deno via docker, SAM, serverless, or bundle it yourself.
https://github.com/denoland/deno-lambda
aws-lambda deno typescript
Last synced: about 1 month ago
JSON representation
A deno runtime for AWS Lambda. Deploy deno via docker, SAM, serverless, or bundle it yourself.
- Host: GitHub
- URL: https://github.com/denoland/deno-lambda
- Owner: denoland
- Archived: true
- Created: 2019-11-07T02:59:45.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-11T16:30:19.000Z (2 months ago)
- Last Synced: 2024-09-26T07:01:21.135Z (about 2 months ago)
- Topics: aws-lambda, deno, typescript
- Homepage:
- Size: 12.8 MB
- Stars: 866
- Watchers: 19
- Forks: 41
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
> This repository used to contain instructions and code for deploying Deno to
> AWS Lambda using a custom AWS Lambda layer. Now, we recommend deploying Deno
> to AWS Lambda using Docker and
> [aws-lambda-adapter](https://github.com/awslabs/aws-lambda-web-adapter).
>
> You can now find instructions for deploying Deno to AWS Lambda using Docker
> and aws-lambda-adapter in the
> [Deno documentation](https://docs.deno.com/runtime/tutorials/aws_lambda/).To view the original content of this repository,
[click here](https://github.com/denoland/deno-lambda/blob/40a7384fe77952f31f2d5f4180556422d58651b9).