Skip to content

Instantly share code, notes, and snippets.

View romitkarmakar's full-sized avatar
💭
HFT lover

Romit Karmakar romitkarmakar

💭
HFT lover
View GitHub Profile
@romitkarmakar
romitkarmakar / buildspec.yml
Created October 8, 2019 17:44 — forked from hzburki/buildspec.yml
buildspec.yml file for uploading static site to AWS S3 with CodeBuild
version: 0.2
phases:
install:
commands:
- npm i npm@latest -g
- pip install --upgrade pip
- pip install --upgrade awscli
pre_build:
commands: