ConsenSysMesh / web3studio-bootleg

The Shared Royalty Non-Fungible Token (a.k.a Bootleg) is an open source project started by the ConsenSys Web3Studio team. The purpose of the Shared Royalty Non-Fungible Token (SRNFT) is to make any royalty business model, from the oil and gas industry to entertainment, easy to manage with the Ethereum blockchain .
https://consensys.net/web3studio/bootleg/
Apache License 2.0
91 stars 30 forks source link

Dont lambda #144

Closed hadasz closed 5 years ago

hadasz commented 5 years ago

Related Issue
Supports https://github.com/ConsenSys/web3studio-bootleg/issues/129

What does this PR do?
This PR is the setup of a lambda function that responds to events from AWSAPIGateway. There are two endpoints, one that displays an array of integers, and one that gets rejected because it goes through an authorizer function that isn't implemented yet. The purpose is to prepare for creating an authorizer function and API endpoint. It contains a precursor to an integration test. npm run integration-test In browser, -go to http://localhost:3000/getrejected - confirm rejection message displays in browser -go to http://localhost:3000/getintarray - confirm int array displays in browser Description of Changes
-created dont-crypto folder -set up template haskell package and stuff needed to deploy lambda What gif most accurately describes how I feel towards this PR?
Example of a gif