Creates an AWS CloudFormation template.
serverlessapplicationrepository_create_cloud_formation_template(
ApplicationId, SemanticVersion)
A list with the following syntax:
list(
ApplicationId = "string",
CreationTime = "string",
ExpirationTime = "string",
SemanticVersion = "string",
Status = "PREPARING"|"ACTIVE"|"EXPIRED",
TemplateId = "string",
TemplateUrl = "string"
)
[required] The Amazon Resource Name (ARN) of the application.
The semantic version of the application:
svc$create_cloud_formation_template(
ApplicationId = "string",
SemanticVersion = "string"
)