View source: R/serverlessapplicationrepository_operations.R
serverlessapplicationrepository_create_application_version | R Documentation |
Creates an application version.
See https://www.paws-r-sdk.com/docs/serverlessapplicationrepository_create_application_version/ for full documentation.
serverlessapplicationrepository_create_application_version(
ApplicationId,
SemanticVersion,
SourceCodeArchiveUrl = NULL,
SourceCodeUrl = NULL,
TemplateBody = NULL,
TemplateUrl = NULL
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.