Skip to content

Instantly share code, notes, and snippets.

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

Joshua Ben-Tzion Quek ( יְהוֹשֻׁעַ בֶּן-צִיּוֹן ) joshuaquek

🏠
Working from home
View GitHub Profile
@joshuaquek
joshuaquek / .S3-bucket-programmatic-access
Created February 22, 2020 12:03
.S3-bucket-programmatic-access
Summary: IAM Policy that allows S3 programmatic access to only one bucket, while still being able to view the list of all available buckets (but not all those buckets' contents)
Summary: How to configure API endpoints that get used on the API gateway when deploying a Serverless Framework App on AWS. (Source: Taken from https://github.com/serverless/serverless/blob/master/docs/providers/aws/events/apigateway.md)
Summary: A set of keybindings from https://github.com/jesseduffield/lazydocker/blob/master/docs/keybindings/Keybindings_en.md
Summary: Single set of policy permissions needed by a user to deploy Lambdas using the Serverless Framework.
Summary:AWS Cloudformation Script for creating a PostgresDB within a VPC.
@joshuaquek
joshuaquek / .aws-cognito-refresh-token-flow
Last active December 18, 2019 15:02 — forked from koladilip/aws-cognito-refresh-tokens-from-brower.js
Code for refreshing AWS Cognito user pool tokens using refresh token from browser.
Summary: Code for refreshing AWS Cognito user pool tokens using refresh token from browser.
@joshuaquek
joshuaquek / .Setup-Private-NPM-Registry
Last active July 30, 2019 10:16
Assuming that you have your own EC2 Instance, here is a quick guide on how to setup your own NPM Registry using Verdaccio (https://verdaccio.org/en/).
Summary: Assuming that you have your own EC2 Instance, here is a quick guide on how to setup your own NPM Registry using Verdaccio (https://verdaccio.org/en/).
@joshuaquek
joshuaquek / .Keep-Forked-Repo-Up-To-Date
Last active April 3, 2019 04:09
.Keep-Forked-Repo-Up-To-Date
Summary: Keeping a forked github repo up to date. Useful for projects which need to be updated from the user's original repo.
@joshuaquek
joshuaquek / .Todoist-Mac-Shortcuts
Last active April 2, 2019 10:55
Todoist-Mac-Shortcuts
Summary: Shortcuts for Todoist App for Mac OSX.
Summary: Use NPM with multiple registries, instead of just the default "https://registry.npmjs.org/" npm registry.