Whether they’re built into your computer or webcam (or not), you probably have multiple microphones on your Mac. If you’re not sure which one is capturing audio, it’s time to review the audio input settings. From here you can choose the microphone you want to use. First, click on the […]
How to Set Up an Automated Deployment Pipeline for an S3 Website
Hosting your website using S3 is a fairly common practice on AWS. It’s inexpensive, requires no servers, and even supports client-side web applications with frameworks like React. To make things easier, we’ll be setting up a deployment pipeline to handle updates. How does this work? For an S3 site, you […]
How to Use CloudWatch Events for AWS Automation
CloudWatch is commonly used for processing logs and monitoring your AWS resources, but it also has powerful automation tools from your account. We will show how to configure and use CloudWatch Events. What is CloudWatch Events? CloudWatch Events is a service from AWS that essentially maps cause and effect using […]