January 2019
Intermediate to advanced
490 pages
15h 37m
English
Now, let's create the API by using the CloudFormation template. We will not discuss the components that were already discussed in previous recipes, nor will we discuss the theory for commands that were already discussed within the CLI commands section. The complete code is available in the code files:
MyRequestValidationModel: Type: AWS::ApiGateway::Model Properties: ContentType: application/json Description: Greeting Request Model Name: GreetingRequestModel RestApiId: !Ref MyRestAPI Schema: '{"$schema": "http://json-schema.org/draft-04/schema#", "title": "greetingModel", ...
Read now
Unlock full access