Decided
We chose to use AWS Lambda to handle our client's HTTPS API Requests as it integrates seamlessly with the REST API provided by Amazon API Gateway. It is incredibly easy to link a REST API provided by API Gateway to an AWS Lambda function that does the required work within AWS, such as executing an SQL Query in our Amazon Aurora SQL database. AWS Lambda was the obvious choice to integrate our REST APIs with our SQL database.
0 views0
Comments