Skip to content
This repository has been archived by the owner on Jan 18, 2023. It is now read-only.

Commit

Permalink
update netlify deployment guide
Browse files Browse the repository at this point in the history
  • Loading branch information
nahtnam committed Jun 3, 2019
1 parent 86c3934 commit c216ac3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions guides/deployments/netlify.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ subtitle: deploy your application alongside your frontend with netlify functions

Netlify is an extremely popular static website host, following the JAM stack principle. While their main focus is to build and host static content, they have released a lambda service called functions which allows you to run endpoints that has the same signature as AWS Lambda functions. The benefit of using Netlify is having quick and automatic deployments which propagate through Netlify's CDN all triggered with a simple `git push`.

**NOTE: Netlify does not support functions in subdirectories! This means if you have a route `routes/hello/world.js`, it will not work.** See this [GitHub issue](https://github.com/netlify/netlify-lambda/issues/90) for more details.

## Setup

This guide assumes that you have already set up a Netlify account, and a GitHub repository.
Expand Down

0 comments on commit c216ac3

Please sign in to comment.