January 2019
Intermediate to advanced
490 pages
15h 37m
English
We will cover the steps to create an API gateway API and integrate Cognito Authorizer with it, as follows:
aws apigateway create-rest-api \ --name "API Gateway With Cognito" \ --region us-east-1 \ --profile admin
aws apigateway get-resources \ --rest-api-id 3t0t98ifdh \ --region us-east-1 \ --profile admin
aws apigateway create-resource \ --rest-api-id 3t0t98ifdh \ --region us-east-1 \ --parent-id ufgvoiu8yh \ --path-part greeting \ --profile admin
Read now
Unlock full access