Amazon Serverless Application Repository Application Example

example-description

Application RepositoryLambdaSAMServerless

Amazon Serverless Application Repository Application Example is an example object payload from Amazon Serverless Application Repository, with 11 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

applicationIdnameauthordescriptioncreationTimehomePageUrllabelslicenseUrlreadmeUrlspdxLicenseIdversion

Example Payload

Raw ↑
{
  "applicationId": "arn:aws:serverlessrepo:us-east-1:123456789012:applications/MyApp",
  "name": "MyServerlessApp",
  "author": "developer@example.com",
  "description": "example-description",
  "creationTime": "2025-03-15T14:30:00Z",
  "homePageUrl": "https://github.com/example/my-app",
  "labels": [],
  "licenseUrl": "https://github.com/example/my-app",
  "readmeUrl": "https://github.com/example/my-app",
  "spdxLicenseId": "arn:aws:serverlessrepo:us-east-1:123456789012:applications/MyApp",
  "version": "1.0.0"
}