v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14145891.8 KB

Creates an application, optionally including an AWS SAM file to create the first application version in the same call.

post/applications

Request body

authorstring required
<p>The name of the author publishing the app.</p><p>Minimum length=1. Maximum length=127.</p><p>Pattern "^[a-z0-9](([a-z0-9]|-(?!-))*[a-z0-9])?$";</p>
descriptionstring required
<p>The description of the application.</p><p>Minimum length=1. Maximum length=256</p>
homePageUrlstring

A URL with more information about the application, for example the location of your GitHub repository for the application.

labelsString[]
<p>Labels to improve discovery of apps in search results.</p><p>Minimum length=1. Maximum length=127. Maximum number of labels: 10</p><p>Pattern: "^[a-zA-Z0-9+\\-_:\\/@]+$";</p>
licenseBodystring
<p>A local text file that contains the license of the app that matches the spdxLicenseID value of your application. The file has the format file://&lt;path>/&lt;filename>.</p><p>Maximum size 5 MB</p><p>You can specify only one of licenseBody and licenseUrl; otherwise, an error results.</p>
licenseUrlstring
<p>A link to the S3 object that contains the license of the app that matches the spdxLicenseID value of your application.</p><p>Maximum size 5 MB</p><p>You can specify only one of licenseBody and licenseUrl; otherwise, an error results.</p>
namestring required
<p>The name of the application that you want to publish.</p><p>Minimum length=1. Maximum length=140</p><p>Pattern: "[a-zA-Z0-9\\-]+";</p>
readmeBodystring
<p>A local text readme file in Markdown language that contains a more detailed description of the application and how it works. The file has the format file://&lt;path>/&lt;filename>.</p><p>Maximum size 5 MB</p><p>You can specify only one of readmeBody and readmeUrl; otherwise, an error results.</p>
readmeUrlstring
<p>A link to the S3 object in Markdown language that contains a more detailed description of the application and how it works.</p><p>Maximum size 5 MB</p><p>You can specify only one of readmeBody and readmeUrl; otherwise, an error results.</p>
semanticVersionstring
<p>The semantic version of the application:</p><p> <a href="https://semver.org/">https://semver.org/</a> </p>
sourceCodeArchiveUrlstring
<p>A link to the S3 object that contains the ZIP archive of the source code for this version of your application.</p><p>Maximum size 50 MB</p>
sourceCodeUrlstring

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

spdxLicenseIdstring

A valid identifier from <a href="https://spdx.org/licenses/">https://spdx.org/licenses/</a>.

templateBodystring
<p>The local raw packaged AWS SAM template file of your application. The file has the format file://&lt;path>/&lt;filename>.</p><p>You can specify only one of templateBody and templateUrl; otherwise an error results.</p>
templateUrlstring
<p>A link to the S3 object containing the packaged AWS SAM template of your application.</p><p>You can specify only one of templateBody and templateUrl; otherwise an error results.</p>

Response

Success

ApplicationIdstring

The application Amazon Resource Name (ARN).

Authorstring
<p>The name of the author publishing the app.</p><p>Minimum length=1. Maximum length=127.</p><p>Pattern "^[a-z0-9](([a-z0-9]|-(?!-))*[a-z0-9])?$";</p>
CreationTimestring

The date and time this resource was created.

Descriptionstring
<p>The description of the application.</p><p>Minimum length=1. Maximum length=256</p>
HomePageUrlstring

A URL with more information about the application, for example the location of your GitHub repository for the application.

IsVerifiedAuthorboolean

Whether the author of this application has been verified. This means means that AWS has made a good faith review, as a reasonable and prudent service provider, of the information provided by the requester and has confirmed that the requester's identity is as claimed.

LabelsString[]
<p>Labels to improve discovery of apps in search results.</p><p>Minimum length=1. Maximum length=127. Maximum number of labels: 10</p><p>Pattern: "^[a-zA-Z0-9+\\-_:\\/@]+$";</p>
LicenseUrlstring
<p>A link to a license file of the app that matches the spdxLicenseID value of your application.</p><p>Maximum size 5 MB</p>
Namestring
<p>The name of the application.</p><p>Minimum length=1. Maximum length=140</p><p>Pattern: "[a-zA-Z0-9\\-]+";</p>
ReadmeUrlstring
<p>A link to the readme file in Markdown language that contains a more detailed description of the application and how it works.</p><p>Maximum size 5 MB</p>
SpdxLicenseIdstring

A valid identifier from https://spdx.org/licenses/.

VerifiedAuthorUrlstring

The URL to the public profile of a verified author. This URL is submitted by the author.