© 2023 Hashnode
#cloudfront
I can help provide you with a list of commonly asked interview questions and answers related to AWS CloudFront. These questions cover a range of topics and can help you prepare for an interview as a cloud developer or engineer. Here are the…
What is a Static Website? A static website means there are zero server-side interactions. All the code consists of HTML, CSS and Javascript. Only static content is served on the website, then we can call it a static website. As there is no…
Ever since I started expanding my knowledge with AWS and the world of the Cloud, I wanted to start creating real projects to gain practical experience with some services. Additionally, I wanted to cre…
Sometimes, we need to share a link to an object with specific users for a given period. For example, sending monthly PDF invoices to each user. In such cases, Cloud Front signed URLs can be useful. Am…
In my first two tutorials on Next.js file uploads, we learned how to build a multiple file upload form in Next.js with drag-and-drop support and progress bars. Our files get stored in Amazon S3 but we…
Introduction Most organizations that distribute content over the internet want to restrict access to the documents, data and content in their Amazon S3 buckets. While Amazon S3 provides REST APIs and …
Web applications built with React are commonly hosted and served as static files, so if you are building a Single Page Application and you want to host it on AWS you can use the combination of CloudFr…
Cloud computing has revolutionized data management, hosting, and processing. But, behind the features and convenience, cloud providers often restrict users from switching to another provider, trapping…
Building and deploying a React application can be a daunting task, especially when it comes to deploying to a production environment. However, using the AWS Cloud Development Kit (CDK) and TypeScript,…
Amazon Web Services (AWS) is the most comprehensive and widely adopted cloud platform in the world. Using the AWS Cloud Development Kit (CDK), we can easily define our cloud infrastructure as code (us…