Skip to content

Instantly share code, notes, and snippets.

View JaeTLDR's full-sized avatar
💻
busy working, coding

Jae JaeTLDR

💻
busy working, coding
  • VulpTech
  • australia
View GitHub Profile
@JaeTLDR
JaeTLDR / lambda.go
Last active July 15, 2020 10:49
a very basic lambda proxy for local development, accepts -local flag to run the echo based proxy
package main
import (
"bytes"
"flag"
"fmt"
"github.com/aws/aws-lambda-go/events"
"github.com/aws/aws-lambda-go/lambda"
"github.com/labstack/echo"
@JaeTLDR
JaeTLDR / __ini__t.py
Created January 20, 2019 07:28
10 hours of fun, flask edition
from flask import Blueprint
bp = Blueprint('botfun', __name__)
from app.botfun import botfun