Jets IAM Permissions

AWS IAM permissions are important because they control what you and your project can access and do with your AWS resources. We’ll cover how Jets work with IAM permissions.

App Lambda Function vs User Deploy IAM

It helps to think about the IAM permissions in 2 different groups.

  • App Lambda Function IAM: The permissions associated with the Lambda Function that has your app logic.
  • User Deploy IAM: The permissions required to deploy the project and create the resources like the Lambda Function itself.