January 2019
Intermediate to advanced
490 pages
15h 37m
English
As always, we will start with the template version and description. The options for the following resource types have not changed much: RestApi, Resource, and Deployment. The Outputs section is also the same as before. Within the method declaration, we used the AWS integration type, along with a URI in the required format.
Within the management console, you have a separate Lambda Integration option and AWS integration option. However, with CLI commands and CloudFormation templates, the AWS integration option is used for both cases.
We have introduced a new intrinsic function: Fn::ImportValue. Fn::ImportValue gets the value of an output exported by another stack (in our case, the Lambda stack). Exports and ...
Read now
Unlock full access