Projects with this topic
Sort by:
-
A fully private file-upload system on AWS: a VPC with no internet gateway or NAT, a static site served from S3, a private API Gateway + Lambda that mints presigned S3 upload URLs, a second Lambda that reacts to what lands in the uploads bucket, and an EC2 instance that's the only way in — reachable purely through AWS Systems Manager, with no open inbound ports anywhere.
Updated -
Terraform infrastructure-as-code for a small project environment on AWS.
Updated -
Lightweight object storage that speaks S3 (boto3/AWS SDK compatible), plain HTTP, and MCP. SQLite for metadata, flat files on disk.
Updated