Skip to content

Instantly share code, notes, and snippets.

View lbassin's full-sized avatar
💭
ʕʘ‿ʘʔ

Laurent Bassin lbassin

💭
ʕʘ‿ʘʔ
View GitHub Profile
@lbassin
lbassin / regions_departments.json
Created January 10, 2019 18:00
Department list by french regions
{
"grand-est": {
"67": "Bas-Rhin",
"68": "Haut-Rhin",
"10": "Aube",
"08": "Ardennes",
"52": "Haute-Marne",
"51": "Marne",
"55": "Meuse",
"54": "Meurthe-et-Moselle",
@lbassin
lbassin / S3-Static-Sites.md
Created December 15, 2018 21:14 — forked from bradwestfall/S3-Static-Sites.md
Use S3 and CloudFront to host Static Single Page Apps (SPAs) with HTTPs and www-redirects. Also covers deployments.

S3 Static Sites

What this will cover

  • Host a static website at S3
  • Redirect www.website.com to website.com
  • Website can be an SPA (requiring all requests to return index.html)
  • Free AWS SSL certs
  • Deployment with CDN invalidation

Resources