• ClipSaver
ClipSaver
Русские видео
  • Смешные видео
  • Приколы
  • Обзоры
  • Новости
  • Тесты
  • Спорт
  • Любовь
  • Музыка
  • Разное
Сейчас в тренде
  • Фейгин лайф
  • Три кота
  • Самвел адамян
  • А4 ютуб
  • скачать бит
  • гитара с нуля
Иностранные видео
  • Funny Babies
  • Funny Sports
  • Funny Animals
  • Funny Pranks
  • Funny Magic
  • Funny Vines
  • Funny Virals
  • Funny K-Pop

AWS Project: Architect and Build an End-to-End AWS Web Application from Scratch, Step by Step скачать в хорошем качестве

AWS Project: Architect and Build an End-to-End AWS Web Application from Scratch, Step by Step 2 years ago

technical tutorials

technical training

technology

amazon web services

aws

aws tutorial

aws for beginners

amazon web services tutorial

build a web application in aws

aws web application from scratch

Не удается загрузить Youtube-плеер. Проверьте блокировку Youtube в вашей сети.
Повторяем попытку...
AWS Project: Architect and Build an End-to-End AWS Web Application from Scratch, Step by Step
  • Поделиться ВК
  • Поделиться в ОК
  •  
  •  


Скачать видео с ютуб по ссылке или смотреть без блокировок на сайте: AWS Project: Architect and Build an End-to-End AWS Web Application from Scratch, Step by Step в качестве 4k

У нас вы можете посмотреть бесплатно AWS Project: Architect and Build an End-to-End AWS Web Application from Scratch, Step by Step или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:

  • Информация по загрузке:

Скачать mp3 с ютуба отдельным файлом. Бесплатный рингтон AWS Project: Architect and Build an End-to-End AWS Web Application from Scratch, Step by Step в формате MP3:


Если кнопки скачивания не загрузились НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу страницы.
Спасибо за использование сервиса ClipSaver.ru



AWS Project: Architect and Build an End-to-End AWS Web Application from Scratch, Step by Step

When you’re first learning AWS, it’s sometimes hard to know how to put all the “pieces” together—how to use the various services to create an actual application that you could use in the real world. I felt the same way when I started! In this hands-on tutorial, I’ll walk you through how to design and build a simple web application from scratch. We’ll pick five different services—Amplify, Lambda, IAM, API Gateway and DynamoDB—and talk about why/where to use them, and how to get them to work with each other. As we go, we’ll build out each of the services, resulting in a fully-functional math web application. To follow along, you’ll need: • A text editor (such as Notepad or Notepad++) • An AWS account and access to the Console (video here if you need help:    • Video  ). NOTE: You'll need administrator permissions to follow along. • Some basic knowledge of AWS is preferable, but you can still follow along if you’re an absolute newbie Here’s all the code you’ll need to build the application: • index-ORIGINAL.html: https://drive.google.com/file/d/1D4GF... • PowerOfMathFunction - Lambda-ORIGINAL.txt: https://drive.google.com/file/d/1ak_o... • Execution Role Policy JSON.txt: https://drive.google.com/file/d/1xdko... • PowerOfMathFunction - Lambda-FINAL.txt: https://drive.google.com/file/d/1ao_8... • index.html: https://drive.google.com/file/d/1fCFD... 🤓 For another fun (even more comprehensive) project, check out this other video:    • AWS Portfolio Project: Build an End-t...   Some code was re-used from this AWS walk-through: https://aws.amazon.com/getting-starte... 🌟🌟If you’re interested in getting AWS certifications, check out these full courses. They include lots of hands-on demos, quizzes and full practice exams. Use FRIENDS10 for a 10% discount! AWS Certified Cloud Practitioner: https://academy.zerotomastery.io/a/af... AWS Certified Solutions Architect Associate: https://academy.zerotomastery.io/a/af... Timestamps 00:00 – Let me tell you a story… 01:07 – Overviewing the services and application we’ll be building in this video 01:56 – Architecting the web application from scratch 02:28 – What you’ll need to follow along with this video 03:02 - How to create and host a web page for our web application 03:37 - Creating an index.html page from scratch in a text editor 04:09 – Where to download the code used in this video 04:27 – Deploying and hosting a web page with AWS Amplify 06:14 – How to do math calculations in our web application 06:56 – Creating a Python Lambda function to implement our math functionality 08:44 – Testing our Lambda function 10:21 - How to invoke our Lambda function 10:54 – Creating a REST API for our Lambda function using API Gateway 14:53 – How to persist our math result to a database, and also handle permissions 15:44 – Creating a new DynamoDB table to store our math result 16:37 – Giving Lambda permission to write to the DynamoDB table 18:23 – Updating the Lambda function code to write to the DynamoDB table 20:49 – Invoking the API Gateway endpoint from the index.html page in Amplify 21:08 – Updating the index.html page to call API Gateway 23:03 – Re-deploying our index.html page using Amplify 23:33 – Admiring our completed web application! 24:32 – IMPORTANT!! Delete your resources (I’ll show you how)

Comments
  • UPDATED - Create Your First AWS Lambda Function | AWS Tutorial for Beginners 6 months ago
    UPDATED - Create Your First AWS Lambda Function | AWS Tutorial for Beginners
    Опубликовано: 6 months ago
    22851
  • Containers with Amazon Elastic Container Service (ECS), Using the New ECS Experience | AWS Tutorial 2 years ago
    Containers with Amazon Elastic Container Service (ECS), Using the New ECS Experience | AWS Tutorial
    Опубликовано: 2 years ago
    48925
  • Amazon/AWS VPC (Virtual Private Cloud) Basics | VPC Tutorial | AWS for Beginners 3 years ago
    Amazon/AWS VPC (Virtual Private Cloud) Basics | VPC Tutorial | AWS for Beginners
    Опубликовано: 3 years ago
    96453
  • UPDATED - AWS Project - Build a Full End-to-End Web App with 7 Services | Step-by-Step Tutorial 6 months ago
    UPDATED - AWS Project - Build a Full End-to-End Web App with 7 Services | Step-by-Step Tutorial
    Опубликовано: 6 months ago
    25304
  • Amazon Athena Explained: Querying S3 Data | Step by Step AWS Tutorial for Beginners 3 months ago
    Amazon Athena Explained: Querying S3 Data | Step by Step AWS Tutorial for Beginners
    Опубликовано: 3 months ago
    7448
  • Create Your First AWS Lambda Function | AWS Tutorial for Beginners 3 years ago
    Create Your First AWS Lambda Function | AWS Tutorial for Beginners
    Опубликовано: 3 years ago
    182870
  • AWS Identity and Access Management (IAM) Basics | AWS Training For Beginners 3 years ago
    AWS Identity and Access Management (IAM) Basics | AWS Training For Beginners
    Опубликовано: 3 years ago
    119231
  • The Complete Web Development Roadmap 9 months ago
    The Complete Web Development Roadmap
    Опубликовано: 9 months ago
    505329
  • Top 50+ AWS Services Explained in 10 Minutes 3 years ago
    Top 50+ AWS Services Explained in 10 Minutes
    Опубликовано: 3 years ago
    1747536
  • AWS Amplify (Gen 1) in Plain English | Getting Started Tutorial for Beginners 1 year ago
    AWS Amplify (Gen 1) in Plain English | Getting Started Tutorial for Beginners
    Опубликовано: 1 year ago
    70157

Контактный email для правообладателей: [email protected] © 2017 - 2025

Отказ от ответственности - Disclaimer Правообладателям - DMCA Условия использования сайта - TOS