Replies: 1 comment
|
Nice, I've linked it from https://www.adminer.org/en/reference/. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello everyone!
I recently worked on deploying Adminer on an AWS Lambda function (using BrefPHP) and it works! I did this for FinOps reasons since I didn’t want to pay for a server or VPS just to manage my database once a week.
I had to make some modifications to Adminer’s code to get it running properly. I wrote an article explaining how I did it and hope it can help others. I’m not sure if my modifications can be further optimized—I don’t really have the time right now to improve them—but feel free to adapt and use my code!
Free article on Medium : https://medium.com/@jeremy-sculfort/deploy-adminer-on-aws-lambda-the-complete-guide-for-serverless-database-management-6cd8fc5a23e4
All reactions