This article will help you to host your website in Amazon S3 though your domain name is registered with Google.
S3
How to run AWS CLI within a Lambda function
Learn how to setup lambda execution environment to run awscli commands.
Using Win 10 server how to create Kubernetes cluster (in AWS) using kops in Existing VPC
You can create kubernetes cluster using kops command in your existing VPC and hosted zone. Kops will create rest of the required AWS resources.
How to Stream Data from Amazon DynamoDB to Amazon S3 using AWS Lambda and Amazon Kinesis Firehose and analyse using Microsoft Power BI
With DynamoDB Streams and the data-transformation feature of Amazon Kinesis Firehose, you have a powerful and scalable way to replicate data from DynamoDB into data sources such as S3 and then analyse using Power BI
How to set up the Amazon Kinesis Firehose delivery stream
Kinesis Firehose delivery streams continuously collect, transform, and load streaming data into the destinations that you specify.
Using PowerBI to securely access AWS S3 objects using presigned URLs
Using Presigned URL, the S3 objects can be accessed securely in PowerBI for limited time.
How to use S3 API (GET, PUT & DELETE) operations for bucket lifecycle using POSTMAN
A lifecycle configuration, an XML file, comprises a set of rules with predefined actions that you want Amazon S3 to perform on objects during their lifetime.
How to generate Content-MD5 value ( base64-encoded 128-bit MD5) of the data
Generate the content-MD5 value to call S3 API operations (PUT & POST) using POSTMAN