AWS
AWS is a collection of cloud services offered by Amazon, including virtual computers, databases, and storage. I first used AWS to build digital services when I worked at Wellcome Collection, and I also use it in my current job at Tailscale.
The LastModified date of an S3 multipart upload is when the upload started, not when it finished
Using zipstream to stream new zip files to object storage with boto3
You can construct a
zipstream.ZipFile, add files, then wrap it in a file-like object to upload it withS3.upload_fileobj.Getting a boto3 Session for an IAM role using Python
Why I use Sessions in boto3, and the Python function I use to create them.
Conditional updates on nested fields in DynamoDB

