You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is something we discussed during early the planning stages of the project. As mentioned, we would create a simple API using an AWS lambda that performs table lookups and proofing calculations, listening at a REST endpoint.
A roadmap for completing this might look something like the following:
Acquire a domain name that we want to serve this API at and set this domain name up to work with AWS
Decide on and create API specs for the REST endpoint
Rewrite the logic classes from the True Proof app to work independently
Write the lambda function
Connect the lambda function to our API endpoints using AWS API Gateway
The text was updated successfully, but these errors were encountered:
This is something we discussed during early the planning stages of the project. As mentioned, we would create a simple API using an AWS lambda that performs table lookups and proofing calculations, listening at a REST endpoint.
A roadmap for completing this might look something like the following:
The text was updated successfully, but these errors were encountered: