This project provides a simple implementation of a currency converter deployed using AWS Lambda and Terraform. It is designed for practicing DevOps workflows.
- Currency conversion using real-time exchange rates.
- AWS Lambda function triggered by API Gateway.
- Terraform scripts to deploy the infrastructure.
- AWS account.
- Terraform installed.
- AWS CLI configured.
- Clone the repository:
git clone https://github.com/Bryan-Campuzano/Currency-Converter.git
- Navigate to the project directory:
cd Currency-Converter
- Initialize Terraform:
terraform init
- Deploy the infrastructure:
terraform apply
After deployment, the Lambda function can be accessed via the generated API Gateway URL. You can send currency conversion requests using the following format:
curl -X GET "https://your-api-gateway-url/convert?from=USD&to=EUR&amount=100"
To remove the infrastructure, run:
terraform destroy
this is an academic proyect of my devops engineer's practics at Globant.