serverless / examples

Serverless Examples – A collection of boilerplates and examples of serverless architectures built with the Serverless Framework on AWS Lambda, Microsoft Azure, Google Cloud Functions, and more.
https://www.serverless.com/examples/
Other
11.45k stars 4.47k forks source link

Rename the misleading example (it does not use Node, but the folder path implies it does) #570

Open ljwagerfield opened 4 years ago

ljwagerfield commented 4 years ago

A small, tiny niggle 😄

This example:

aws-node-single-page-app-via-cloudfront

As great as it is, does not use Node.

It's simply hosting static files in S3 with CloudFront in-front: there is no Node component.