Introduction AWS CodeBuild is a fully managed continuous integration service that allows you to compile, test, and package your code. While CodeBuild … Read The Full News
A Simple 3 Step Guide to Cross-Account Access in AWS
Consider a scenario: you have 2 AWS accounts: dev & prod. You need an IAM user in dev to be able to … Read The Full News
AWS IAM Roles: Types & Use Cases
An IAM user in AWS represents a real-world entity that needs access to AWS resources, like a person or an application. The … Read The Full News
How to Send an SMS from AWS Lambda
Amazon’s Simple Notification Service (SNS) can send a text message (SMS) to mobile phones almost anywhere in the world. But how can … Read The Full News