Matthew Kompel
Matthew Kompel
  • Видео 6
  • Просмотров 12 021
Free Web Hosting with AWS Amplify in 2 Minutes!
In this video I go over a method of free web hosting using AWS Amplify in about 2 minutes! Web hosting is the final step in creating a public facing application, and this video will show you how to get it done quickly.
AWS Amplify is a service that can be used for free by anyone as long as they sign up with AWS. This AWS Amplify tutorial shows the basics of hosting an app using this tool, and how to connect AWS Amplify with a GitHub repository.
Like and Subscribe if you enjoyed!
Просмотров: 789

Видео

The Basics of Cron
Просмотров 48Год назад
This video goes over the basics of cron and cron syntax so you can get started with using cron. I go over the 6 different cron job values you will need for proper cron syntax, as well as the different symbols you can use in cron job syntax as well. At the end I go over adding cron job to lambda aws so you can have a lambda function that automatically executes on a time interval. An automaticall...
Using Layers to Add a Library to AWS Lambda!
Просмотров 396Год назад
To add libraries to lambda, there are a few extra steps that need to be taken in the form of lambda layers. Lambda layers are a nice way of packing any library into an importable file that a serverless environment can access. Because there is no way to directly download or install libraries in a serverless environment, this is the best approach to take. Lambda layers are quick to set up and in ...
Connect MongoDB and AWS EventBridge with Serverless Triggers!
Просмотров 1,4 тыс.Год назад
In this video I'm going to show you guys how to connect your mongo database to AWS EventBridge, which will allow you to implement Serverless event driven architecture into your application! From eventbridge, I am going to connect a lambda function, to show that you can take the data of the trigger and then execute some code, all completely Serverless. 0:00 Introduction 1:08 Set up MongoDB Trigg...
Beginner's Guide to MongoDB Triggers | MongoDB with Atlas
Просмотров 8 тыс.Год назад
This is a mongodb tutorial showing the basics of setting up triggers for your database collections. In the video I explain the basics of triggers in mongo and why you would want to use them. This mongodb tutorial goes more in depth on database triggers vs scheduled triggers, and when to use each. mongo triggers are really easy to set up using mongo atlas, and everything I show can be set up for...
Use Chat GPT in your own projects! | Chat GPT API Tutorial
Просмотров 1 тыс.Год назад
Just a few days ago, Chat GPT released their model for API for open source use. This means anyone can make an account and start running chat gpt in their own code! This easy to follow tutorial for Chat GPT API will get you set up with a local running version of the code with python. You can use chat gpt api to do just about anything you can do with the front end website that has been available ...