Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 1.29 KB

README.md

File metadata and controls

39 lines (23 loc) · 1.29 KB

Payments infrastructure for crypto

platform-challenge

We kindly ask you to interpret the following criteria and implement the best solution in your opinion;

  1. Use an AWS free tier account & resources

  2. Define all resources using Terraform or CloudFormation

  3. Define all resources to host the containerized API and it's dependencies included in this repository

  4. Secure the API with user Authentication

  5. Configure two IAM groups in the account admin and developers;

    • admin: Full access to all Resources

    • developers: As you see fit

  6. Document your implementation including any necessary links & credentials so that we can assess your submission fully

  7. Limit your time to between two and four hours

  8. Answer the following questions in this README:

    1. Did you have sufficient time to complete the task?

    2. What was your rationale behind the permissions you gave to the developer group?

    3. What would you do to further improve this implementation if you had more time?