Jets Tutorial IAM Policies Part 5: AWS Lambda Ruby

Tung Nguyen
BoltOps
1 min readSep 11, 2018

--

In this video, we continue the tutorials on the Jets Ruby Serverless Framework that adds Ruby support to AWS Lambda. We’ll demonstrate how to customize the IAM policies and roles associated with Jets Lambda functions. IAM policies are important because they handle securing access to your AWS resources so it’s worth learning them. Jets provides you with fine-grain control over the IAM permissions at the function, class, and application level.

Summary of What We’ll Cover

  • Cover the 2 types of IAM Policies: Custom and Managed
  • Show to define both IAM policy types with Jets
  • Explain how the Jets shorthand IAM policy definition gets expanded
  • Explore the roles and their policies in the IAM Console
  • Show how the IAM Roles connect back to the Jets application
  • Deploy custom IAM Policies
  • Review the newly created IAM Policies

More info

Thanks for reading this far. If you found this article useful, I’d really appreciate it if you share this article so others can find it too! Thanks 😁 Also follow me on Twitter.

Got questions? Check out BoltOps.

Originally published at https://blog.boltops.com on September 11, 2018.

--

--