└── README.md /README.md: -------------------------------------------------------------------------------- 1 | > This repository used to contain instructions and code for deploying Deno to 2 | > AWS Lambda using a custom AWS Lambda layer. Now, we recommend deploying Deno 3 | > to AWS Lambda using Docker and 4 | > [aws-lambda-adapter](https://github.com/awslabs/aws-lambda-web-adapter). 5 | > 6 | > You can now find instructions for deploying Deno to AWS Lambda using Docker 7 | > and aws-lambda-adapter in the 8 | > [Deno documentation](https://docs.deno.com/runtime/tutorials/aws_lambda/). 9 | 10 | To view the original content of this repository, 11 | [click here](https://github.com/denoland/deno-lambda/blob/40a7384fe77952f31f2d5f4180556422d58651b9). 12 | --------------------------------------------------------------------------------