DeadbearCode
DeadbearCode
  • Видео 7
  • Просмотров 140 090
Setup and Secure AWS Free Tier Account
In the following walkthrough we go over
- Signing up for an AWS account.
- Adding Multi-factor Authentication (MFA) to the Root User account.
- Creating an IAM User with an Administrator policy and MFA in order to provision resources.
- Enabling billing alerts and Free Tier limit alerts.
- Creating a billing alarm in order to be notified when exceeding $5.00 in your AWS account.
00:00 -- Intro: Disclaimer on Free Tier Account
00:40 -- 1. Sign up for an AWS account
03:28 -- 2. AWS Security Best Practices
04:00 -- 3. Add Multi-factor Authentication (MFA) to the Root User account.
05:20 -- 4. Create an IAM User with an Administrator policy and MFA in order to provision resources.
09:35 -- 5. Enable IAM...
Просмотров: 38 572

Видео

FastAPI Crash Course - Getting Started
Просмотров 3 тыс.3 года назад
Setup a basic FastAPI application, with auto generated documentation and data validation in minutes. Introduction to OpenAPI Schema and Swagger UI. 00:00 Intro: Getting Started 00:34 1. Requirements 00:51 2. Setup Virtual Environment 02:29 3. Setting Up FastAPI 04:08 4. Breaking it Down 06:49 5. Auto-Generated Docs 08:20 6. OpenAPI: API Schema 09:22 7. OpenAPI: Data Schema 11:32 8.Outro Check t...
FastAPI Crash Course - Build a Full-Stack Fin-Tech App
Просмотров 11 тыс.3 года назад
Learn the basics of FastAPI, a Python framework for building web APIs. In this course you will build a full-stack fin-tech web application using Plaid and FastAPI. 00:00 Intro: Build a Full-Stack FinTech WebApp with FastAPI and Plaid 00:47 1. What Is FastAPI? 02:34 2. What is Plaid? 03:15 3. What Will We Build with Plaid? 03:29 4. What Will We Build with FastAPI? 04:01 5. Outro Check the blogpo...
Serverless FastAPI CICD with CircleCi
Просмотров 3,1 тыс.4 года назад
Automate testing and deployments by creating a Serverless FastAPI CI/CD (Continuous Integration and Continuous Deployment) pipeline using CircleCi and Github. 00:00 Intro: Serverless FastAPI CICD with CircleCi 00:36 1. Requirements 01:00 2. Setup FastAPI 02:42 3. Setup CircleCi 04:12 4. Add CircleCi Config File 08:20 5. Automate Tests 10:08 6. Package Lambda 11:08 7. Persist to Workspace 12:20 ...
Simple Serverless FastAPI with AWS Lambda
Просмотров 38 тыс.4 года назад
Learn how to create a simple Serverless FastAPI with AWS Lambda and API Gateway. The Serverless FastAPI will be ran on an AWS Lambda by using Mangum and AWS API Gateway will handle routing all requests to the Lambda. 00:00 Intro: Serverless FastAPI with AWS Lambda 00:34 1. Prerequisites 00:41 2. Create FastAPI Application 03:07 3. Configure Routing 07:50 4. Convert to Lambda 08:34 4. Package La...
How To Install Virtualenv on Mac OS
Просмотров 19 тыс.4 года назад
Quick walkthrough on how to install Virtualenv on Mac OS two different ways. This is an easy way to manage Python and it's dependencies in your projects. 00:00 Intro: How To Instal Virtualenv on Mac OS 00:10 1. Python2 vs. Python3 00:49 2. Why Virtualenv? 01:20 3. Install Virtualenv Method 1 02:02 4. Install Virtualenv Method 2 02:20 5. Virtualenv in Action Check the blogpost for current update...
Vercel - Create a Next.js App and Deploy with Vercel CLI
Просмотров 28 тыс.4 года назад
Vercel has a very simple and easy to use CLI (Command Line Interface) that allows you to run one simple command to deploy from your local machine. It also comes with the ability to link directly to your Github account in order to automate the build and deploy process as well. This is a very nice feature and is incredibly easy to set up and use. This is a quick and easy walkthrough of creating a...