A very simple example to run an Apollo Service as a Lambda and use the GraphiQL User Interface.
git clone
cd dir
npm install
sam local start-api
navigate to displayed URL (typically http://127.0.0.1:3000/graphiql)
PostMan Request Included to Show usage of the api directly