Skip to content

A Lambda backed API which also serves an index.html self-contained single-page react app.

Notifications You must be signed in to change notification settings

luketn/aws-lambda-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CircleCI Coverage

About

This is a concept for a Lambda API with a built-in single page HTML UI.

The HTML UI is done in react, with the code embedded in the HTML and all dependencies loaded from CDNs.

The API is just returning some hard-coded data.

There is a neat little router which iterates over a list of 'handler' interfaces, and returns the first handler result which handles the path of the event.

Try it out here!

https://api.mycodefu.com/aws-lambda-app/

About

A Lambda backed API which also serves an index.html self-contained single-page react app.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published