
Deploying AWS Applications with Cloudflare Workers and Cloud Connector
A comprehensive guide on using Cloudflare as a security and CDN layer for AWS-hosted applications, with edge-level API key injection
A comprehensive guide on using Cloudflare as a security and CDN layer for AWS-hosted applications, with edge-level API key injection
A deep dive into securely managing user-specific image uploads to S3 using presigned URLs and authorizing access for viewing with AWS Cognito.
When uploading files and directories during a CDK bucket deployment, `exclude` can be used. This samples shows how to use that feature.
This demo will describe how to create a CDK with conditional resource deployment and how to use Environment Variables with that conditional deployment
This simple script will look through a bucket to find all objects that match a `LastModified` date and delete. This can be adjusted to delete objects before, after, or matching the date specified. Use at your own risk.