0

I want to use Amazon Comprehend to analyze some articles.

But there is no Lua SDK in the API Reference, neither Restful API. What should I do to use Amazon Comprehend in Lua code?

MC Emperor
  • 22,334
  • 15
  • 80
  • 130
Alex Wu
  • 3
  • 1

1 Answers1

0
Option 1

Use the AWS SDK for C++ and Lua's C/C++ API to build bindings you can use from Lua.

Option 2

Hack together something using io.popen and the AWS CLI.

Lucas S.
  • 2,303
  • 1
  • 14
  • 20