What should your server-side application do when a new user registers on the photo-sharing mobile application?

1 Comment

  1. Victoria
    Author

    I scheme that the answer is:
    Record the user’s information in Amazon DynamoDB. When the user uses their mobile app, create temporary credentials using AWS Security Token Service with appropriate permissions. Store these credentials in the mobile app’s memory and use them to access Amazon S3. Generate new credentials the next time the user runs the mobile app.

Leave a Reply

Your email address will not be published. Required fields are marked *

seven + 6 =