You May Also Enjoy
Everybody Standup
less than 1 minute read
In modern software development departments, many run daily standups. As an architect, my position and responsibilites can be sometimes be ambiguous, so I nee...
Deploy a container to AWS in 5 lines of code
1 minute read
How easy is it to deploy your code to AWS? It’s as simple as 5 lines of code to have a completely hosted publicly available website.
CDK Deployment with GitHub Actions
1 minute read
I’ve been diving deep into AWS CDK recently, and started with https://cdkworkshop.com/
Cross Account S3 Bucket Access
2 minute read
I had a use case come up recently for cross account access to grant the user in one account (Account A) to a different account’s (Account B) S3 bucket. The r...