Skip to content

Clauber-camilo/lanchonete-pagamento-infra

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lanchonete Pagamento Infra

This project uses Terraform CDK (cdktf) to manage AWS resources.

Description

This project has the responsability to create the infrastructure to the Lanchonete Pagamento project.

This will load the docker-image generate by the build process of the repository and deploy it to the AWS ECS.

Prerequisites

  • Node.js
  • AWS account
  • Terraform CDK

Installation

  1. Clone the repository:
    git clone https://github.com/Clauber-camilo/lanchonete-pagamento-infra
  2. Navigate to the project directory:
    cd lanchoete-pagamento-infra
  3. Install the dependencies:
    npm install

Usage

  1. Generate Terraform configuration:
    npx cdktf-cli synth
  2. Deploy the infrastructure:
    npx cdktf-cli deploy

About

POS MBA FIAP - infra da api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 63.0%
  • JavaScript 37.0%