Replies: 1 comment 4 replies
-
Yes, you can run Loco on Lambda (I'm already doing it myself in AWS). However, creating a streamlined deployment process for Lambda can be challenging due to the dynamic nature of the configuration across different environments. There’s a lot of variability in how things are set up, which can make the process complex. That said, have you considered using Docker for Lambda? You can run Docker containers inside Lambda, which might provide more control over your environment and configuration. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is Lambda support (or azure functions) on the roadmap for anyone?
This would make for a nice deployment option.
It could possibly be done in the same way that zappa creates the lambda interaction for django apps deployed as a lambda.
Thoughts anyone?
Beta Was this translation helpful? Give feedback.
All reactions