MCPcopy Create free account
hub / github.com/serverless/examples / get_user

Route get_user

aws-python-flask-dynamodb-api/app.py:None–None  ·  view source on GitHub ↗
app.route('/users/<string:user_id>')

Source from the content-addressed store, hash-verified

1import os
2
3import boto3
4from flask import Flask, jsonify, make_response, request

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected