Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aws-lambda-express-bare-bones

This is a bare-bones, bare minimum implementation of an AWS Lambda script using Express.js.

I previously tried the official AWS Labs example and was unable to get it to work, so I made this.

Deploying to Lambda

Note: ensure that git and npm/node are installed.

  1. git clone http://github.com/jpdillingham/aws-lambda-express-bare-bones
  2. cd aws-lambda-express-bare-bones
  3. npm install
  4. Zip the contents of the aws-lambda-express-bare-bones directory and upload to a new lambda

You'll want to set up an API Gateway for this as well, but that's beyond the current scope.

Running Locally

  1. git clone http://github.com/jpdillingham/aws-lambda-express-bare-bones
  2. cd aws-lambda-express-bare-bones
  3. npm install
  4. node index.js

The default port is 3000.

About

A bare-bones, bare minimum implementation of an AWS Lambda script using Express.js

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages