"Unable to move or rename S3 object using web console"
I was deploying an IAM user policy using AWS CloudFormation and granted CRUD access to the bucket, but the user could not rename or move a file using the web console.
I was deploying an IAM user policy using AWS CloudFormation and granted CRUD access to the bucket, but the user could not rename or move a file using the web console.
BatchWrite is a great way to speed up data loads and updates but it has some caveats that you MUST know about. Partial success will not throw an error. You must check the unprocessed items and retry t
I had the honor of presenting an AWS Workshop at my local JavaScript User Group - FloridaJS. It was a short session on building serverless web applications on AWS.
Writing CloudFormation or SAM templates by hand is very powerful, but can also be quite frustrating without a good IDE setup…
My AWS Amplify + React app throws an Uncaught TypeError when running the production build, but works just fine with react-scripts start.
AWS is taking over the wold. So it’s time we had a workshop to learn it. -Damian Montero, FloridaJS
While working on a multi-stack AWS SAM package I came across this rather obscure error: Error: Unable to upload artifact ../../spa-hosting.yaml referenced by Location parameter of Hosting resource. ‘S3Uploader’ object is not subscriptable
I am now a certified AWS Solution Architect Professional! I am very proud of this. It’s probably the most difficult test I have ever taken. 2.5 years of AWS experience and 40+ hours of training video.
I am very excited to announce that Screen Saver Gallery is finally live on Roku! Roku is a device that can turn any TV into a streaming smart TV for as little as $25! Get it Now Install Screen Saver G
CLI Assume Role with MFA (assume-role-mfa.sh)This script will assume a cross-account role using your MFA device and output the credentials into a named profile. 1234567891011121314151617181920212223#!