guckin / orders-websocket-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Orders Websocket API

Prerequisites

  • IAM User with the following policies
IAMFullAccess
AmazonEC2ContainerRegistryFullAccess
AmazonS3FullAccess
AmazonAPIGatewayAdministrator
AWSCloudFormationFullAccess
AWSLambda_FullAccess

Configuration

Here are the following Github Secrets you should define for this repository:

AWS_ACCESS_KEY_ID IAM access key ID.

AWS_SECRET_ACCESS_KEY IAM access key

AWS_REGION Deployment region

Development

Install dependencies

npm i

running tests

npm test

About


Languages

Language:TypeScript 83.7%Language:Dockerfile 16.3%