Completed
Approaches...
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Going Serverless with GraphQL
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 The Hitchhiker's Guide to Serverless
- 3 100% serverless
- 4 there are still servers...
- 5 servers platforms!
- 6 business logic?
- 7 servers platforms events!
- 8 One API endpoint
- 9 lambda api gateway ~$400/mo
- 10 scales magically
- 11 cold functions
- 12 min max
- 13 testing
- 14 serverless framework node-lambda apex sparta
- 15 Shep
- 16 The Lambda Front End
- 17 All In!
- 18 November 2016: 100% Lambda
- 19 Pop Quiz: Default max # of redis connections
- 20 account level concurrency limit
- 21 metrics security observability exception reporting
- 22 Give me a vehicle
- 23 Give me a car. With 6 seats. That is red. And has a bike rack. Include the bikes. Mountain Bikes. With tires.
- 24 field resolution
- 25 type User id: ID name: String url: String image: String
- 26 data loader
- 27 pagination clientMutationId partial data fetching mutation structure
- 28 hint: use relay
- 29 authorization
- 30 query complexity
- 31 Facebook Monoculture
- 32 Are facebook's problems your problems?
- 33 Approaches...
- 34 Read through Copy on Read/Write Dual Writes Replace
- 35 3. Import data with mutations
- 36 Recap!