You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am new to web development and used this tutorial to build my first static website with AWS. I successfully completed all modules and have a working webpage with user auth using AWS Cognito.
I added another webpage that uses AWS Elasticsearch to search IMDB movies. I put the search.js, which includes my api gateway endpoint in the js folder.
Now a user can use my s3endpointwebsite.com/js/search.js and see my api gateway endpoint and my cognito ids.
How do I prevent someone from missing my api gateway endpoint?
The text was updated successfully, but these errors were encountered:
I am new to web development and used this tutorial to build my first static website with AWS. I successfully completed all modules and have a working webpage with user auth using AWS Cognito.
I added another webpage that uses AWS Elasticsearch to search IMDB movies. I put the search.js, which includes my api gateway endpoint in the js folder.
Now a user can use my s3endpointwebsite.com/js/search.js and see my api gateway endpoint and my cognito ids.
How do I prevent someone from missing my api gateway endpoint?
The text was updated successfully, but these errors were encountered: