Загрузка страницы

Serverless Framework: Deploy Static Website on AWS S3 Using AWS Console - Part 1

This series has been divided into 3 videos
1. Deploy Static Website using AWS Console
2. Deploy Static Website using Serverless Framework
3. Auto deployment using AWS CodeBuild

This is part one of the series which is "Deploy Static Website using AWS Console".

-------------------------------
Personal Website Link

https://github.com/Durgaprasad-Budhwani/React-Material-Resume

-------------------------------

Please note that the `build` command is compatible with both Mac and Windows.

-------------------------------
Bucket Policy File

{
"Version":"2012-10-17",
"Statement":[{
"Sid":"PublicReadGetObject",
"Effect":"Allow",
"Principal": "*",
"Action":["s3:GetObject"],
"Resource":["arn:aws:s3:::simply-serverless/*"
]
}
]
}

Видео Serverless Framework: Deploy Static Website on AWS S3 Using AWS Console - Part 1 канала Simply Serverless
Показать
Комментарии отсутствуют
Введите заголовок:

Введите адрес ссылки:

Введите адрес видео с YouTube:

Зарегистрируйтесь или войдите с
Информация о видео
15 июля 2019 г. 20:09:16
00:06:46
Яндекс.Метрика