Skip to content

Instantly share code, notes, and snippets.

View reapz's full-sized avatar
🏠
Working from home

reapz

🏠
Working from home
View GitHub Profile
@reapz
reapz / aws-cli-commands.md
Created July 25, 2019 23:03
AWS CLI Commands

AppSync

Create AppSync Data Source to RDS Data API

aws appsync create-data-source --api-id ID --service-role-arn ARN --name datasourcetest --type RELATIONAL_DATABASE --relational-database-config file://config.json --profile PROFILE --region REGION

Example config.json

{
@reapz
reapz / docker-cheat-sheat.md
Created July 16, 2019 00:55 — forked from dwilkie/docker-cheat-sheat.md
Docker Cheat Sheet

Build docker image

$ cd /path/to/Dockerfile
$ sudo docker build .

View running processes