Amazon Serverless Application Repository Version Summary Example

Application RepositoryLambdaSAMServerless

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

Top-level fields

applicationIdsemanticVersioncreationTimesourceCodeUrl

Example Payload

Raw ↑
{
  "applicationId": "arn:aws:serverlessrepo:us-east-1:123456789012:applications/MyApp",
  "semanticVersion": "1.0.0",
  "creationTime": "2025-03-15T14:30:00Z",
  "sourceCodeUrl": "https://github.com/example/my-app"
}