Skip to content
#

Infrastructure as code

Nowadays, developers strive to have as identical environments for production, staging and development as possible to rule out any infrastructure interferance. Therefore, instead of installing and maintaining packages manually, infrastructure is defined and managed as code. Container orchestration solutions and version control systems help keeping all environments in sync and changes transparent.

Here are 148 public repositories matching this topic...

AWS Lambda project template with TypeScript and Terraform. Features serverless architecture, automated deployment pipelines, testing frameworks, local development environment, AWS SDK integration, and standardized project structure for scalable Lambda functions.

  • Updated Jun 13, 2023
  • TypeScript