
Tutorial How to Buy a Domain and Migrate it to AWS Route 53
Learn how to buy a domain anywhere and manage it in AWS with Route 53 step by step.
13 articles and tutorials

Learn how to buy a domain anywhere and manage it in AWS with Route 53 step by step.

Learn how to automate the deployment of AWS resources using Terraform and GitHub Actions in this step-by-step guide.

Learn how to build real-time applications with AWS AppSync and Subscriptions.

This article walks you through the fundamentals of AWS AppSync, guiding you through the process of setting up, developing, and deploying a GraphQL API.

Explore how AWS Step Functions revolutionize cloud architecture, offering insights into creating efficient, scalable serverless workflows.

Terraform is the main open-source tool to create infrastructure as code (IaC) in any cloud provider. In this article, we will review how we can use it to deploy a serverless website on AWS, exploring different options.

If you already have one or multiple AWS accounts and you want to improve your security approach you should read this article.

CDK and SAM can be used together to create serverless applications. You will use CDK to define and create your AWS resources, and then you will use SAM to test your serverless resources.

I will show you how you can deploy a SAM project with AWS CodePipeline using the pipeline integration included in the AWS SAM CLI.

SAM (Serverless Application Model) is an open-source framework that you can use to build serverless applications on AWS and I will show you how it works.

I will show you how you can deploy a CDK project using the Developer Tools of AWS, and a different approach to creating it with AWS console and with IaC.

Do you want to know how CDK works and how to deploy it from scratch? I will explain to you how to do it.

I will explain to you all you need to know to deploy a web using AWS Amplify. I did it to deploy the first version of my blog, so I will use it as an example.