Feel free to contact me at [email protected] or tweet at me @statisticsftw
This is a rough outline of how we utilize next.js and S3/Cloudfront. Hope it helps!
It assumes some knowledge of AWS.
| { | |
| "Version": "2012-10-17", | |
| "Statement": [{ | |
| "Action": "ec2:*", | |
| "Effect": "Allow", | |
| "Resource": "*", | |
| "Condition": { | |
| "StringEquals": { | |
| "ec2:Region": [ | |
| "us-east-1", |
Feel free to contact me at [email protected] or tweet at me @statisticsftw
This is a rough outline of how we utilize next.js and S3/Cloudfront. Hope it helps!
It assumes some knowledge of AWS.