Welcome to the code for this 2019 Codemtion Milan workshop held by Nicola Racco and Matteo Joliveau of Mikamai.
This repo contains the code used during the live coding sections of the workshop, each section contained in a separate branch.
Slide link: http://svel.to/1ctw
- apollo-introduction - simple TypeScript project that showcases how to use Apollo Server to build a GraphQL API
- ghibli-proxy - TypeScript project that shows how to proxy existent APIs with GraphQL
- lambda-introduction - simple TypeScript project to demonstrate how to build a simple AWS Lambda project using the Serverless Framework
- ghibli-lambda - a porting of the Swapi Proxy project as a Lambda function