2023-05-30
Goal
Figure out how to upload / complete my javascript code for Beauty is in the AI of the Beholder. COMPLETE
Pomodoro
25 minutes work 5 minutes rest
Notes
In the first 15 minutes I was able to finally figure out the SSL Certificate, now I can finally access DIMMiN without getting yelled at by the browser. Yay! Also I can update the CORS Permissions to allow my script to access JS. I found out that while it is a pain to access JS files via the scripts, you can upload the HTML pages directly to S3 then access them via iframe tags. This opens up a whole other world of possibilities for including scripts into my blog posts that I'm excited to explore. Now that I know how to integrate these scripts into my blog posts it's only a matter of deciding what scripts I want to include. On Thursday I will finish writing up my blog post, then I will finish formatting my blog post. Then I can finally move onto the next blog post!
Results
- Added a SSL Certificate to the website
- Updated CORS Permissions for S3 bucket
- Learned that I could upload the HTML files to S3 then access them directly via iframe tags.