Source Code for website hosted on AWS.
- Tests
- Docs
- Webpack
- Uglify
- Terraform
# Sync Bucket to Directory
aws s3 sync s3://j1tt3r.net site
# Sync Directory to Bucket (TODO: Validate)
aws s3 sync site s3://j1tt3r.net
aws s3api get-bucket-policy --bucket j1tt3r.net --query Policy |
python3 -c "import json, sys; print(json.load(sys.stdin))" |
json_pp
aws s3api get-bucket-logging --bucket j1tt3r.net