Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aws-samples/aws-cdk-examples
/ endpoints
Endpoints
8 in github.com/aws-samples/aws-cdk-examples
⨍
Functions
980
◇
Types & classes
595
↳
Endpoints
8
Route
default_get
app.route("/", methods=["GET"])
typescript/cdkpipeline-ecs/app/app.py:None
Route
get_data
app.route('/get-data', methods=['GET'])
python/ecs-serviceconnect/services/frontend/frontend.py:None
Route
get_data
app.route('/data', methods=['GET'])
python/ecs-serviceconnect/services/data/data.py:None
Route
health_check
app.route("/health", methods=["GET"])
typescript/cdkpipeline-ecs/app/app.py:None
Route
hello
app.route("/")
typescript/ecs/fargate-service-with-local-image/local-image/app.py:None
Route
index
app.route('/')
typescript/aws-codepipeline-ecs-lambda/src/flask-app/app.py:None
Route
main
app.route('/', methods=['GET'])
python/ecs-serviceconnect/services/frontend/frontend.py:None
Route
main
app.route('/', methods=['GET'])
python/ecs-serviceconnect/services/data/data.py:None