community/boilerplates/event-triggers/aws-lambda/ruby/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.
lambda_function.rb to the lambda function editor. The handler function of your lambda will be the lambda_handler.ACCESS_KEY: this is the access key you configured when you setup HGE (HASURA_GRAPHQL_ADMIN_SECRET env variable).HGE_ENDPOINT: the URL on which you HGE instance is running.