My CloudFormation IDE
Writing CloudFormation or SAM templates by hand is very powerful, but can also be quite frustrating without a good IDE setup…
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.
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#!
Our team won the South Florida Tech Hub Hackathon against 20 teams. It was hard work but what an experience!
I am now an AWS Certified Developer - Associate! I had about 8 hours to kill so I bought some Udemy Practice Tests - a week later I had my cert! Let’s talk about how moving to the cloud can save you
Unlike an embarrassing Facebook post, developers can’t simply say “That wasn’t me, I got hacked” and expect it all to go away… Sarcasm aside, security without passwords is not only convenient, it keeps the password from landing in the wrong hands.
The Amazon Connect Streams API allows you to create custom interfaces for the soft-phone and provides many functions for interacting with the current connection. It is a powerful set of tools but some of the more sophisticated functions may not be obvious.