flosell / iam-policy-json-to-terraform

Small tool to convert an IAM Policy in JSON format into a Terraform aws_iam_policy_document
https://flosell.github.io/iam-policy-json-to-terraform/
Apache License 2.0
764 stars 60 forks source link

Try out replacing GopherJS with Web Assembly #86

Open flosell opened 10 months ago

flosell commented 10 months ago

GopherJS seems to be a few versions behind normal go releases, occasionally causing issues with library upgrades (e.g. gosec). Go these days has native support for WebAssembly so this might be an easier way to get our web frontend in front of users;

Two main things to figure out:

flosell commented 6 months ago

Tried this today:

Might revisit this a bit later when things have improved