dikaeinstein / numtowords

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Num To Words

Implements a routine that takes an integer number in the range 1 - 9999 and convert that number to words.

Build Status Coverage Status

Prerequisites

  • make
  • GO 1.17+

Question 2

The terraform configuration files solution for the question is stored in the terraform directory. To create the infrastructure for the web site:

    cd terraform
    terraform init
    terraform plan
    terraform apply

Retrieve the website endpoint from the terraform output to test the website. After testing, delete the s3 bucket files and destroy the infrastructure: terraform destroy

About


Languages

Language:Go 42.5%Language:HCL 40.5%Language:HTML 10.0%Language:Makefile 6.9%