Category
Gists
Results — 4
01020304
[ programming ]
Generate Facebook preview for static web with Lambda@edge
I tried to generate Facebook previews for a static Nuxt SPA website with dynamic content hosted at AWS Cloudfront. Here's how I did it.
[ programming ]
AWS Cloudfront invalidation script
Invalidation script for AWS Cloudfront with waiting method to get status when invalidation finished.
[ programming ]
AWS Cognito token validation with Go
Example of JWT validation of AWS Cognito with Go backend.
[ programming ]
VSCode task to upload Hugo to S3
Little VSCode helper task I use to upload public/ folder to s3 bucket.