# Creating a Serverless GraphQL Gateway on top of a 3rd Party REST API

DevFeed: [Creating a Serverless GraphQL Gateway on top of a 3rd Party REST API](<https://devfeed.tech/articles/creating-a-serverless-graphql-gateway-on-top-of-a-3rd-party-rest-api-14049.md>)

Original publisher: [Read original article](<https://www.serverless.com/blog/3rd-party-rest-api-to-graphql-serverless>)

Author: Drake Costa

Published: 2017-10-24T00:00:00Z

Content type: tutorial

Language: en

Sources: [Serverless Blog](<https://devfeed.tech/sources/serverless-blog.md>)

Topics: [GraphQL](<https://devfeed.tech/topics/graphql.md>), [REST API](<https://devfeed.tech/topics/rest-api.md>), [Serverless](<https://devfeed.tech/topics/serverless.md>), [Microservice](<https://devfeed.tech/topics/microservice.md>), [API](<https://devfeed.tech/topics/api.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [aws](<https://devfeed.tech/tags/aws.md>), [aws-lambda](<https://devfeed.tech/tags/aws-lambda.md>), [cloud-computing](<https://devfeed.tech/tags/cloud-computing.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [faas](<https://devfeed.tech/tags/faas.md>), [function-as-a-service](<https://devfeed.tech/tags/function-as-a-service.md>), [graphql](<https://devfeed.tech/tags/graphql.md>), [infrastructure-as-code](<https://devfeed.tech/tags/infrastructure-as-code.md>), [rest-api](<https://devfeed.tech/tags/rest-api.md>), [serverless](<https://devfeed.tech/tags/serverless.md>), [serverless-architecture](<https://devfeed.tech/tags/serverless-architecture.md>), [serverless-framework](<https://devfeed.tech/tags/serverless-framework.md>)

## AI overview

A tutorial describes building a microservice with Serverless, GraphQL, and Hapi.js to expose a third-party Flickr REST API through a GraphQL gateway, using Lambda.

## Source excerpt

Integrate GraphQL with Lambda; turn a 3rd party REST API to GraphQL. I built a microservice to interface with the Flickr API using Serverless, GraphQL and Hapi.js.