nottsjs / speakers

A repo for organising talk proposals and discussing talks with speakers
9 stars 0 forks source link

Node in the AWS Cloud - PARTICIPATION #28

Closed nomad3k closed 5 years ago

nomad3k commented 7 years ago

Use Web API and Lambda to construct a REST API that runs on NodeJS. I'd like it to be a participation event where the group creates the API, which effectively allows a client site/app to consume it. Very much a starting point, and could be a basis for further AWS talks, such as how to secure it.

ghost commented 7 years ago

Also, have you seen Serverless? It's a nice framework for building apps using Lambda and eventually other function-as-a-service services. It may or may not make it easier for us (I'm not experienced with Lambda, but Hello World was easy with Serverless).