A mobile 311 app needs clients to request flexible field shapes from municipal backends without many bespoke REST round-trips. Which managed API approach fits?
Select an answer to reveal the explanation.
Short Explanation
AppSync’s GraphQL is the custom order window—the 311 app asks for exactly the fields it needs in one trip. S3 listings, SSH tunnels, and CSV spam aren’t flexible mobile API designs.
Full Explanation
AWS AppSync provides managed GraphQL APIs that let mobile and web clients query precisely the data they need, which fits flexible 311-style clients. S3 listings, SSH access, and batch email dumps are not substitutes for a managed GraphQL application API.