paws.compute (version 0.1.0)

serverlessapplicationrepository_create_cloud_formation_template: Creates an AWS CloudFormation template

Description

Creates an AWS CloudFormation template.

Usage

serverlessapplicationrepository_create_cloud_formation_template(
  ApplicationId, SemanticVersion)

Arguments

ApplicationId

[required] The Amazon Resource Name (ARN) of the application.

SemanticVersion

The semantic version of the application:

https://semver.org/

Request syntax

svc$create_cloud_formation_template(
  ApplicationId = "string",
  SemanticVersion = "string"
)