Serverless or Bust Part 2 – Handling Events and Securing Lambdas
How to send information to Lambdas by passing parameters and path-based variables to functions, and locking down functions from unauthorized access.
How to send information to Lambdas by passing parameters and path-based variables to functions, and locking down functions from unauthorized access.
My last post compared different infrastructure tools for creating users and letting them assume roles for cross-account access. I received a few questions about the underlying problem that those scripts were trying to solve, so this post delves a bit deeper into the realm of user management.
This post is a head-to-head comparison between CDK, Terraform, and CFNDSL, using a common task: managing the users and their roles in your AWS accounts.