Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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).