Hacker News new | ask | show | jobs
by mariojv 1170 days ago
Enclaves are really useful, but I wish AWS would support an SDK in Go or another language. The current one is written in C: https://github.com/aws/aws-nitro-enclaves-sdk-c

There are some third party implementations available, but we'd worry too much about maintenance of those to use them. Something officially supported would really be helpful.

1 comments

yes agree! we use Rust and ffi into this C library, but wish there was a native Rust SDK as well