Lab#2
Lab#2
Normally I read eBook at bookshelf.vitalsouce.com, currently I have 4 books on my bookshelf. I read the
book Building Microservices with .NET core (shown in Figure 1) last time before I logged out. Today,
Lab #2 Page 1 of 4
API Engineering & Cloud Computing COMP306
after I logged in and clicked “Continue Reading” button, the page (Shown in figure 2) which I finished
last time was displayed, and I can continue from where I left.
Figure 1
Figure 2
Lab #2 Page 2 of 4
API Engineering & Cloud Computing COMP306
First of all, you need to create DynamoDB table Bookshelf using AWS Management Console to store users’ info
as well as books’ metadata on users’ bookshelf. The book content (i.e., pdf file) should be stored in S3 bucket.
Insert sample data. More specifically, insert at least 3 users, and each user should have at least 2 books on his/her
bookshelf.
Lab #2 Page 3 of 4
API Engineering & Cloud Computing COMP306
Hint:
Please bear in mind that normally eReader does not allow user to download the book (pdf file), therefore, you need
to use code similar with below to load the book
Lab #2 Page 4 of 4