community/boilerplates/event-triggers/aws-lambda/nodejs8/mutation/README.md
Table name: notes
Columns:
id: Integer auto-increment
note: Text
Table name: note_revision
Columns:
id: Integer auto-increment
note: Text
note_id: Integer (foreign key to notes.id)
update_at: Timestamp, default `now()`
Create a lambda function in AWS. This will be our webhook.
npm installzip -r hge-mutation.zip .index.handler.ACCESS_KEY: this is the access key you configured when you setup HGE.HGE_ENDPOINT: the URL on which you HGE instance is running.