Skip to content

Instantly share code, notes, and snippets.

### Keybase proof
I hereby claim:
* I am 3mard on github.
* I am 3mard (https://keybase.io/3mard) on keybase.
* I have a public key ASCtXlMeE_QDnabH9ET1HP61s6jMkGIbmpKvD2Nc2yj15Ao
To claim this, I am signing this object:
@3mard
3mard / 1-setup.md
Created March 10, 2020 13:56 — forked from troyfontaine/1-setup.md
Signing your Git Commits using GPG on MacOS Sierra/High Sierra

Methods of Signing with GPG

There are now two ways to approach this:

  1. Using gpg and generating keys
  2. Using Kryptonite by krypt.co

This Gist explains how to do this using gpg in a step-by-step fashion. Kryptonite is actually wickedly easy to use-but you will still need to follow the instructions

For using a GUI-based GIT tool such as Tower or Github Desktop, follow the steps here for signing with either GPG or Krypt.co.

@3mard
3mard / gist:d7a6dcbdd390038120aa1bdf2599f665
Created May 2, 2019 07:56 — forked from rpgreen/gist:c127aa4ebbcaa9026be7
Swagger file demonstrating two ways to achieve HTTP redirects using API Gateway and Lambda
---
swagger: "2.0"
basePath: "/test"
schemes:
- "https"
paths:
/lambdaredirect-default:
get:
produces:
- "application/json"