aws / aws/chalice

APIGateway configuration

Open
#564 5 comments 10 reactions 0 assignees View on GitHub
feature-request
Dominant language
Python
Stars
11.1k
Forks
1k
Avg merge
1d 22h
Merged PRs (30d)
2

Description

I may have missed but I couldn't find any way to configure APIGateway, and particularly the schemas.

Since schemas are usually very close to models, it would be nice to be able to associate a schema to a route inside app.py, rather than packaging and doing it in sam.json

This is the only step i need to truly have a one command deploy of my chalice app.

Thoughts?

Contributor guide

Open the contributing guide

Research direction

Start by reviewing how routes and schemas are represented in app.py and how the current packaging is handled in sam.json. Determine the configuration design needed to associate schemas with routes in app.py, with done meaning a Chalice app can deploy the API Gateway configuration in one command without separately packaging it in sam.json.

Written by the indexing model from the issue text.

Assessment

Tech stack
aws, python
Domain
api, cloud
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.