amazonaws.com

The AWS Serverless Application Repository makes it easy for developers and enterprises to quickly find and deploy serverless applications in the AWS Cloud. For more information about serverless applications, see Serverless Computing and Applications on the AWS website. The AWS Serverless

🔑 oauth2 14 endpoints cloud
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (4 total)

# Maven: see https://github.com/kwawk8/aws-sdk-android-aws-android-sdk-cloudwatch-src-main-java-com-amazonaws-services-cloudwatch-AmazonClo
# Maven: see https://github.com/Aashish-Chaturvedi/relaxed-amazonaws-sdk-extensionApi
# See https://github.com/lucee/osgi-bundle-com.amazonaws.aws-java-sdk-osgi
# See https://github.com/timanrebel/AmazonAWS
curl examples
Lists applications owned by the requester.
curl \
  -H "Authorization: $API_KEY" \
  http://serverlessrepo.us-east-1.amazonaws.com/applications
Gets the specified application.
curl \
  -H "Authorization: $API_KEY" \
  http://serverlessrepo.us-east-1.amazonaws.com/applications/{applicationId}
Retrieves the policy for the application.
curl \
  -H "Authorization: $API_KEY" \
  http://serverlessrepo.us-east-1.amazonaws.com/applications/{applicationId}/policy
Endpoints (14 total)
GET
/applications
Lists applications owned by the requester.
GET
/applications/{applicationId}
Gets the specified application.
GET
/applications/{applicationId}/policy
Retrieves the policy for the application.
GET
/applications/{applicationId}/versions
Lists versions for the specified application.
GET
/applications/{applicationId}/dependencies
Retrieves the list of applications nested in the containing application.
GET
/applications/{applicationId}/templates/{templateId}
Gets the specified AWS CloudFormation template.
POST
/applications
Creates an application, optionally including an AWS SAM file to create the fi…
POST
/applications/{applicationId}/unshare
<p>Unshares an application from an AWS Organization.</p><p>This operation can…
POST
/applications/{applicationId}/templates
Creates an AWS CloudFormation template.
POST
/applications/{applicationId}/changesets
Creates an AWS CloudFormation change set for the given application.
PUT
/applications/{applicationId}/policy
Sets the permission policy for an application. For the list of actions suppor…
PUT
/applications/{applicationId}/versions/{semanticVersion}
Creates an application version.
Language coverage
Java
2
unknown
2
At a glance
Total SDKs4
Languages2
Endpoints14
Authoauth2
Categories1
http://serverlessrepo.us-east-1.amazonaws.com