Keeping our S3 buckets safe in transit and in rest When using AWS S3, our favorite AWS service for keeping static files, we have two ways of uploading objects, by HTTP or HTTPS, when we...
`S3 Website + Cloudfront CDN with Authentication via AWS CognitoSometimes we need to protect our website (or part of it) from unauthorized access, this can be tricky because we need to think of a...
Serverless deploymentThere are many ways to deploy infrastructure as code, but today’s Teratip is about a special one we like to use: Serverless. As with many...