|
|
|
|
|
by paulgb
3039 days ago
|
|
If you like the Heroku user experience you might like the Serverless Framework[1] as a front-end to AWS Lambda. In my case the app that I was deploying was already a WSGI Twelve-Factor app[2] so I created a yaml file and deployment just worked. [1] https://serverless.com/
[2] https://12factor.net/ |
|