Shreeasish / GoReputationService

A basic service that runs on AWS ECS/Fargate to provide reputations for queried domains.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A simple api service that provides reputations for queried domains. Visit /service/README.md for more details

Requirements

  1. Docker
  2. AWS CDK and Typescript
  3. AWS CLI configured with an IAM Admin Role for an AWS Account
  4. Go 1.17

Deployment

  1. Run go build under service
  2. Run npm install to install all dependencies
  3. Run cdk bootstrap within infra
  4. Run cdk deploy within infra

About

A basic service that runs on AWS ECS/Fargate to provide reputations for queried domains.


Languages

Language:Go 78.3%Language:TypeScript 11.2%Language:JavaScript 8.0%Language:Dockerfile 2.5%