paws.compute (version 0.1.0)

serverlessapplicationrepository_create_application_version: Creates an application version

Description

Creates an application version.

Usage

serverlessapplicationrepository_create_application_version(
  ApplicationId, SemanticVersion, SourceCodeArchiveUrl, SourceCodeUrl,
  TemplateBody, TemplateUrl)

Arguments

ApplicationId

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

SemanticVersion

[required] The semantic version of the new version.

SourceCodeArchiveUrl

A link to the S3 object that contains the ZIP archive of the source code for this version of your application.

Maximum size 50 MB

SourceCodeUrl

A link to a public repository for the source code of your application, for example the URL of a specific GitHub commit.

TemplateBody

The raw packaged AWS SAM template of your application.

TemplateUrl

A link to the packaged AWS SAM template of your application.

Request syntax

svc$create_application_version(
  ApplicationId = "string",
  SemanticVersion = "string",
  SourceCodeArchiveUrl = "string",
  SourceCodeUrl = "string",
  TemplateBody = "string",
  TemplateUrl = "string"
)