We need to automatically deploy our contests in the cloud. The idea is to build all the contest requirements in the Nimbus Judge API and deploy using either Terraform or CloudFormation. I recommend Terraform because the Chalice API provides a pre-built integration with Terraform, making it less complicated. We just need to edit the deployment file.
Tasks
[ ] Study Terraform or CloudFormation in Lambda Context
Tests
[ ] Run a Iaas(Infrastruct as a Code) for automatic deploy a AWS Lambda Function
Description
We need to automatically deploy our contests in the cloud. The idea is to build all the contest requirements in the Nimbus Judge API and deploy using either Terraform or CloudFormation. I recommend Terraform because the Chalice API provides a pre-built integration with Terraform, making it less complicated. We just need to edit the deployment file.
Tasks
Tests
Resources
I've attached a Chalice Terraform build file. Try to guide your studies based on the Chalice pre-build. terraform.zip