DEV Community

Said Olano
Said Olano

Posted on

Create an API Gateway to consume a Lambda with an internal Http Post method

My API Gateway will receive the incoming request to create an entry in the DB students table by going through first the gateway, then to the lambda, to finally insert the record on the AWS RDS MySQL DB table.

Image description

Then, you have to deploy your previous changes:

Image description

Once you click the deploy button, you will see this:

Image description

Top comments (0)