The Coder API is a centralized API to connect multiple tools for open-source projects using public API's.
- Postal Codes (Brazil)
HTTP METHOD | POST | GET | PUT | DELETE |
---|---|---|---|---|
CRUD OP | CREATE | READ | UPDATE | DELETE |
/postalcode/:country/:value | Ok (200) | Error (404) | Error (404) | Error (404) |
The infrastructure overview can be found at
- AWS Route53 Hosted Zone
- AWS API Gateway
- AWS DynamoDB
- NodeJS (13/14 recommended)
- NPM
- AWS CDK
git clone [email protected]:rodolfoaugusto/coder-api.git
cd coder-api
npm run build
npm run test
npm run deploy
- You have to assume to appropriate AWS IAM Role by using the awscli before tryng to deploy the resources defined by the Stack.