Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/serverless/examples
/ endpoints
Endpoints
4 in github.com/serverless/examples
⨍
Functions
456
◇
Types & classes
92
↳
Endpoints
4
Route
create_user
app.route('/users', methods=['POST'])
aws-python-flask-dynamodb-api/app.py:None
Route
get_user
app.route('/users/<string:user_id>')
aws-python-flask-dynamodb-api/app.py:None
Route
hello
app.route("/hello")
aws-python-flask-api/app.py:None
Route
hello_from_root
app.route("/")
aws-python-flask-api/app.py:None