zaqqaz / terraform-typescript-frontend-infrastructure

AWS frontend infrastructure managed by terraform written with typescript

Home Page:https://github.com/zaqqaz/terraform-typescript-frontend-infrastructure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

terraform-typescript-frontend-infrastructure

AWS frontend infrastructure, includes:

How to

  • Install dependencies:
cd terraform
npm i
  • Build typescript and provide DomainHost and DomainName (can be equal, or DomainName can be a subdomain)
DomainHost="domain.com" DomainName="test.domain.com" BakendBucket="terraform.domain.com" BackendKey="terraform-typescript-frontend-infrastructure.json" UnzipLambdaName="unzipTTFI" npm run go
  • Run terraform
terraform init
terraform plan
terraform apply

About

AWS frontend infrastructure managed by terraform written with typescript

https://github.com/zaqqaz/terraform-typescript-frontend-infrastructure

License:MIT License


Languages

Language:TypeScript 97.3%Language:HTML 2.7%