StyraInc / opa-aws-cloudformation-hook

AWS Cloudformation Hook for OPA-powered infrastructure policy enforcement
Apache License 2.0
35 stars 5 forks source link

Decide on best way to run OPA for docs #4

Open anderseknert opened 2 years ago

anderseknert commented 2 years ago

While ngrok works great for local testing, we'll not want to depend on a proprietary third-party service for the OPA docs. It would be good if we, as part of the docs, set up OPA either running as a container in something like ECS, or as a Lambda. We'll also want to run this so that it uses the management APIs like how we do it in the other tutorials.

anderseknert commented 2 years ago

Since I think it's fair to assume cloudformation knowledge, we should use a cloudformation template to deploy the components necessary to run OPA, whether we use ECS, Lambdas or something else.