Build Lambda + Gateway serverless website

Hi,

I am new to AWS and serverless platform. Anyone can give me a basic idea of how i can build a serverless website using lambda and API gateways and DynamoDB to store user data. I have the basic understanding of all the applications however very new to real world of how this can be implemented. My objective is to put some video training contents in S3 for students and have the session information of the users for tracking.

If i can get some basic ideas how to proceed confident to make this project successful.

Appreciated your assistance .

Thanks

You will find that implemented here: https://github.com/serverless/examples/tree/master/aws-node-rest-api-with-dynamodb

1 Like

You might also want to look at signed URL’s to provide time limited access to the files in S3.

Thanks! i have started using API & Lambda with the files stored in S3

1 Like

This might help: