# Deploy a REST API using Serverless, Express and Node.js

DevFeed: [Deploy a REST API using Serverless, Express and Node.js](<https://devfeed.tech/articles/deploy-a-rest-api-using-serverless-express-and-node-js-14357.md>)

Original publisher: [Read original article](<https://www.serverless.com/blog/serverless-express-rest-api>)

Author: Alex DeBrie

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

Content type: tutorial

Language: en

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

Topics: [Express](<https://devfeed.tech/topics/express.md>), [REST API](<https://devfeed.tech/topics/rest-api.md>), [Serverless](<https://devfeed.tech/topics/serverless.md>), [Amazon API Gateway](<https://devfeed.tech/topics/amazon-api-gateway.md>), [Node.js](<https://devfeed.tech/topics/node-js.md>)

Tags: [api-gateway](<https://devfeed.tech/tags/api-gateway.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>), [dynamodb](<https://devfeed.tech/tags/dynamodb.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [express](<https://devfeed.tech/tags/express.md>), [faas](<https://devfeed.tech/tags/faas.md>), [function-as-a-service](<https://devfeed.tech/tags/function-as-a-service.md>), [infrastructure-as-code](<https://devfeed.tech/tags/infrastructure-as-code.md>), [js](<https://devfeed.tech/tags/js.md>), [node](<https://devfeed.tech/tags/node.md>), [rest](<https://devfeed.tech/tags/rest.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 on deploying a REST API with the Express.js framework, Serverless, DynamoDB, API Gateway, and Node.js.

## Source excerpt

Learn how to use the popular Express.js framework to deploy a REST API with Serverless, DynamoDB and API Gateway.