A Pen by Cristi Nebunu on CodePen.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
This directive allows you to quickly & easily configure AWS Lambda resolvers within your AWS AppSync API. | |
https://docs.amplify.aws/cli-legacy/graphql-transformer/function/ | |
https://docs.amplify.aws/cli/graphql/custom-business-logic/#lambda-function-resolver | |
""" | |
directive @function(name: String!, region: String) on FIELD_DEFINITION | |
"""This directive allows results to be deferred during execution""" | |
directive @defer on FIELD |
It Depends. On What? Tradeoffs
Clarify Problem, Scope, Requirements use cases, who & how? in what sequence of events will users act Traffic, transactions per second at each bottleneck. request types, read v writes Application profiles, cpu, memory intensive, idempotency stateless, stick sessions
Load Balancing & CDNs