Answer the question
In order to leave comments, you need to log in
Approach to implementing rest api in Python and AWS lambda?
There was a task to implement API on AWS lambda. I have not worked with AWS before, so I need advice on implementation. Functionality - standard CRUD (for now) and filtering, sorting the list.
1. Do I understand correctly that such a web service is no longer about Flask, Django?
2. If 1 is true, then what to use (I assume request, json, sqlalchemy, alembic) ?
3. Maybe there are some links to tutorials for quickly entering what's the point?
In general, I will be grateful if you share your experience!
Answer the question
In order to leave comments, you need to log in
1. yes, you don’t need any Flask, Django because the GW API solves all problems with routing
2. the set of libraries depends only on the logic and on which database to use. I’ll make a reservation in advance that it’s better not to use relational databases because you need to make a bunch of lambda + vpc, and there it starts up very slowly. Can do it for a minute
3. Look at different courses from acloud.guru or on YouTube - the topic has already been sucked up to the point
I can tell you separately if this topic is interesting to you for yourself, and not just for work
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question