What this will cover
- Host a static website at S3
- Redirect
www.website.com
towebsite.com
- Website can be an SPA (requiring all requests to return
index.html
) - Free AWS SSL certs
- Deployment with CDN invalidation
declare module 'lucide-react' { | |
export * from 'lucide-react/dist/lucide-react.suffixed' | |
} |
model User { | |
id String @id @unique @default(cuid()) | |
createdAt DateTime @default(now()) | |
updatedAt DateTime @default(now()) @updatedAt | |
name String? | |
email String? @unique | |
emailVerified DateTime? | |
image String? | |
role Role @default(USER) |
#!/usr/bin/env python3 | |
""" | |
This script is used to backup and restore RocksDB database instances | |
Example: | |
$ python3 backup.py backup ./my_live_db ./backup/ | |
$ python3 backup.py restore ./backup ./my_live_db | |
""" |
I hereby claim:
To claim this, I am signing this object:
0xE900c79c25A67B0f31AA5C1Afd84DF51FD702F18 |
0xE900c79c25A67B0f31AA5C1Afd84DF51FD702F18 |