January 2019
Intermediate to advanced
490 pages
15h 37m
English
We will create our first REST API with API gateway by using CLI commands. Remember to replace the various IDs (rest-api-id, parent-id, and so on) in each command with your own, based on the previous step's result. As you will see in the next recipe, with CloudFormation templates, we do not have to manually specify IDs, unlike with the CLI commands:
aws apigateway create-rest-api \ --name 'API Gateway Hello World' \ --region us-east-1 \ --profile admin
Read now
Unlock full access