Skip to content

Starter Express application template for AWS Lambda + API Gateway

License

Notifications You must be signed in to change notification settings

iuliancmarcu/serverless-express-starter

Repository files navigation

Express Serverless example application with file upload support

Running for development

The project uses serverless-offline for mocking the AWS API Gateway and Lambda services.

First, install the serverless client by running

npm install -g serverless
npm install

To start the offline server, run npm start or serverless offline start.

Deploying to AWS

To deploy to AWS, run serverless deploy and follow the instructions.

About

Starter Express application template for AWS Lambda + API Gateway

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published