muhammadfajri-tif / exchange-rate-infra

Infrastructure and API for Exchange Rate Project | Tubes Proyek 1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Infrastructure for Exchange Rate

Infrastructure-as-a-Code (IaaC) for provisioning required Infrastructure and API service for Exchange Rate App. Used in the production stage. Written in TypeScript. Powered by AWS CDK.

Useful commands

Note

The cdk.json file tells the CDK Toolkit how to execute your app.

  • npm run build compile typescript to js
  • npm run watch watch for changes and compile
  • npm run test perform the jest unit tests
  • npx cdk deploy deploy this stack to your default AWS account/region
  • npx cdk diff compare deployed stack with current state
  • npx cdk synth emits the synthesized CloudFormation template

About

Infrastructure and API for Exchange Rate Project | Tubes Proyek 1


Languages

Language:TypeScript 92.5%Language:JavaScript 7.5%