Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AWS Lambda Function for Access Control and Encryption Untrusted Third Party #7

Open
hadasz opened this issue Feb 18, 2019 · 0 comments
Assignees

Comments

@hadasz
Copy link
Contributor

hadasz commented Feb 18, 2019

Overview

As a video provider, I need to make sure that I only provide video access to authorized people. As a client, I need a service that is always on, that I can request encrypted video.

Acceptance

  • Deployed and tested lambda function that
    • can receive requests from client (via AWS API Gateway),
    • verify signature of client
    • store things to Dynamo DB,
    • receive events from DynamoDB

Tasks

  • integrate in implementation of ECDSA for checking client signature
  • Use Infura to access smart contract with Ethereum Addresses - use this to get public key
  • Setup API endpoints
@hadasz hadasz self-assigned this Feb 18, 2019
@hadasz hadasz transferred this issue from ConsenSysMesh/web3studio-bootleg Apr 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant