Register
Submit a solution
The challenge is finished.

Challenge Overview

Competition Task Overview

The purpose of this challenge is to create a service that will accept errors via REST api and then send an email to a configurable list of email addresses.

More specifically, this challenge must cover the following:
1. The service should be built as REST service, let's call it the ErrorService.
2. Programming language should be node.js
3. The API will accept POST requests and the payload will be in JSON format. The json will consist of an array of error objects, in which each error object contains a title and details field.
4. The API must respond with a approach code to the caller (example: 200 OK).
5. Then the error service should send an email to a list of configurable email addresses, using Amazon SES SMTP interface.

6. REST API doc in postman format
7. Make sure code is well documented.

Technology Overview

Node.js
REST
JSON
Amazon SES SMP
AWS



Final Submission Guidelines

Submission Deliverables

Below is an overview of the deliverables:
1. 
Full code that covers all requirements
2. A complete and detailed deployment document explaining how to deploy the application including configuration information.

3. REST API doc in postman format

Final Submission

For each member, the final submission should be uploaded via the challenge detail page on topcoder.com.

ELIGIBLE EVENTS:

2016 TopCoder(R) Open

Review style

Final Review

Community Review Board

Approval

User Sign-Off

ID: 30055016