Tags
#aws
Blog posts, snippets, and glossary entries related to "aws", gathered in one place.
- BlogAWS Cross-Region VPC Peering Failure Log
Got stuck setting up VPC peering between Osaka and Tokyo. Forgot --peer-region, ended up in failed state, couldn't delete it.
- SnippetsGenerate parameter.json from a CloudFormation Template
A snippet that combines aws cloudformation validate-template and jq to automatically generate a parameters.json with environment variable overrides.
- BlogMobile App Configuration from a Web Engineer's Perspective: Startup-Time Metadata Retrieval Approach
Organizing challenges in mobile app domain management and versioning from the perspective of web frontend and infrastructure experience. Proposing a startup-time metadata retrieval approach using CloudFront and S3, with comparisons to existing solutions like Firebase Remote Config.
- BlogHow to run an API server built with Bun+Hono on AWS Lambda
Steps to run Hono API server on AWS Lambda with Bun runtime. Explains the configuration to compile as Single File Executable and run it with Lambda Web Adapter.
- BlogA Deployment Script for Serving an SPA with CloudFront + S3
A practical deployment script for serving an SPA from S3 behind CloudFront. This article organizes cache-control settings, a blue-green style deployment layout, and rollback steps.
- BlogHow to Delete a Non-Empty Database in AWS Athena
What to do when deleting a non-empty database in AWS Athena fails. A quick note on using DROP DATABASE CASCADE.
- BlogRequesting an IAM-Protected API Gateway from TypeScript
How to send a TypeScript request from local development to an API Gateway protected by IAM authentication using SigV4 from the AWS SDK for JavaScript.
hsb.horse