Apologies if this is a painfully obvious webdev question, but I'm new to the field and still trying to figure out the basics. I'm developing an S3 static website with AWS Cognito for user authentication. I have areas of the website that I only want registered users to be able to access, but I'm not sure how to begin limiting that.
I've looked into limiting the content through CloudFront signed cookies, but the feature is relatively undocumented and I'm not sure if it's even what I want.
If someone could point me in the right direction, it would be greatly appreciated! Thank you!