Skip to content

Instantly share code, notes, and snippets.

@caseypage
caseypage / https_instance_new.yaml
Last active February 12, 2023 07:59
AWS Beanstalk SSL Lets Encrypt certbot - Single Web Instance - Updated 2021
packages:
yum:
mod24_ssl : []
files:
"/etc/httpd/conf.d/ssl_rewrite.conf":
mode: "000644"
owner: root
group: root
content: |
@giohappy
giohappy / flask_mvt.py
Last active July 23, 2024 14:42
OL + Flask + PostGIS for MVT rendering
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
import os
import shutil
import math
import psycopg2
from flask import Flask, render_template, make_response
app = Flask(__name__)