You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to deploy my Deno application to Lambda. Previously, I was able to do this using a Lambda layer based on AL2023, but now I can’t do it since that repoisitory has been deprecated. Instead, I’m supposed to use a Docker image, which is not my preferred approach (I’m feeling lazy). Is there a way to deploy Deno to Lambda with a custom runtime layer instead of using Docker?
The text was updated successfully, but these errors were encountered:
I am trying to deploy my Deno application to Lambda. Previously, I was able to do this using a Lambda layer based on AL2023, but now I can’t do it since that repoisitory has been deprecated. Instead, I’m supposed to use a Docker image, which is not my preferred approach (I’m feeling lazy). Is there a way to deploy Deno to Lambda with a custom runtime layer instead of using Docker?
The text was updated successfully, but these errors were encountered: