Dependencies - llvm, libclang, python (we have golang and luajit as dependencies - are they used by ffig to generate bingings or are they only for testing?)
If I understand correctly, our API is stateless and doesn't need storage?
Deployment options:
For a stateless API with <10 endpoints and a mostly idle time, it feels wasteful to reserve a DO instance.
Thinking about the use cases of the API and how it's going to influence the deployment options.
API use cases:
API requirements/constrains:
Dependencies - llvm, libclang, python (we have golang and luajit as dependencies - are they used by ffig to generate bingings or are they only for testing?)
If I understand correctly, our API is stateless and doesn't need storage?
Deployment options:
For a stateless API with <10 endpoints and a mostly idle time, it feels wasteful to reserve a DO instance.
AWS Lambda
Pros:
Cons:
Digital Ocean - reserved instance
Pros
Cons
@jbcoe thoughts?