JavaScript Required
We’re sorry, but Coda doesn’t work properly without JavaScript enabled.
Be curious not jugdemental
Be curious not jugdemental
Be curious not jugdemental
AWS Sagemaker bootcamp
Ai toolchain
Build your Airtable extension
Windows 11 ssh x forwarding
Git cheat sheet
Mapbox and Leaflet cheatsheet
Yarn cheatsheet
Serverless basics
Deploy gatsbyjs based website to AWS s3 static site
AWS Sagemaker bootcamp
Localization tools
pytorch
AutoGPT
Attention and Transformers
Openstreetmap
Earth observation basics
SentinelHub
Langchain
Ai Courses
python cheatsheet
Serverless basics
Deploy gatsbyjs based website to AWS s3 static site
Deploy gatsbyjs based website to AWS s3 static site
MW
Martin Wieser
Good
link
to Gatsby based GitLab-ci example.
AWS has superior performance, but is more complicated to set up and maintain.
AWS also has such aggressive caching that development is harder.
Create S3 bucket named like the domain, e.g. www.pseekoo.at.
Enable "Static website hosting."
Disable "Block public access (bucket settings)"
Edit bucket policy
{
"Version"
:
"2012-10-17"
,
"Statement"
:
[
{
"Sid"
:
"PublicReadGetObject"
,
"Effect"
:
"Allow"
,
"Principal"
:
"*"
,
"Action"
:
"s3:GetObject"
,
"Resource"
:
"arn:aws:s3:::www-dev.pseekoo.at/*"
}
]
}
Create a CloudFront distribution
Add custom domain to CFD e.g. www-dev.pseekoo.at
Set Default root object in CFD to index.html
Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
Ctrl
P
) instead.