# Deploy a fullstack Apollo app with Netlify

DevFeed: [Deploy a fullstack Apollo app with Netlify](<https://devfeed.tech/articles/deploy-a-fullstack-apollo-app-with-netlify-23269.md>)

Original publisher: [Read original article](<https://www.apollographql.com/blog/deploy-a-fullstack-apollo-app-with-netlify-45a7dfd51b0b>)

Author: Sashko Stubailo

Published: 2018-09-13T23:36:00Z

Content type: tutorial

Language: en

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

Topics: [Netlify](<https://devfeed.tech/topics/netlify.md>), [apollo-server](<https://devfeed.tech/topics/apollo-server.md>), [GraphQL](<https://devfeed.tech/topics/graphql.md>), [React](<https://devfeed.tech/topics/react.md>), [AWS Lambda](<https://devfeed.tech/topics/aws-lambda.md>), [Back end](<https://devfeed.tech/topics/backend.md>), [Front end](<https://devfeed.tech/topics/frontend.md>), [Serverless](<https://devfeed.tech/topics/serverless.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [apollo](<https://devfeed.tech/tags/apollo.md>), [apollo-client](<https://devfeed.tech/tags/apollo-client.md>), [aws](<https://devfeed.tech/tags/aws.md>), [aws-lambda](<https://devfeed.tech/tags/aws-lambda.md>), [backend](<https://devfeed.tech/tags/backend.md>), [code](<https://devfeed.tech/tags/code.md>), [frontend](<https://devfeed.tech/tags/frontend.md>), [github](<https://devfeed.tech/tags/github.md>), [graphql](<https://devfeed.tech/tags/graphql.md>), [netlify](<https://devfeed.tech/tags/netlify.md>), [serverless](<https://devfeed.tech/tags/serverless.md>), [serverless-architecture](<https://devfeed.tech/tags/serverless-architecture.md>)

## AI overview

A tutorial for deploying a full-stack Apollo application with a React frontend and GraphQL API on Netlify. It uses Netlify Functions to deploy server-side code to AWS Lambda, supports previews for frontend and API changes on pull requests, and demonstrates setting up Apollo Server and Apollo Client.

## Source excerpt

Apollo makes it easier than ever for product developers to integrate data from any backend into a React app. With new releases like Apollo Server 2.0 that make it super simple to set up a production-ready GraphQL layer, only one question remains: Where do you host your code? Recently, I've been extremely excited about one answer to that question: Netlify Functions, a new way to deploy server-side code to AWS Lambda alongside your frontend, right from GitHub.