January 2019
Intermediate to advanced
490 pages
15h 37m
English
First, let's create the REST API by using AWS CLI commands. We will not show how to use the commands that we already discussed in previous recipes. However, the complete commands will be available with the code files:
aws apigateway put-method \ --rest-api-id 7uwav24q1f \ --resource-id s6rij6 \ --http-method POST \ --authorization-type ...
Read now
Unlock full access