
Tutorial Migrating from GitHub Secrets (legacy) to OIDC for Terraform deployments on AWS
Why and how to migrate from Access Keys in GitHub Secrets to OIDC to deploy infrastructure with Terraform and GitHub Actions on AWS.
9 articles and tutorials

Why and how to migrate from Access Keys in GitHub Secrets to OIDC to deploy infrastructure with Terraform and GitHub Actions on AWS.

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

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.

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.