AWS::Serverless::Application

Posted cloudrivers

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了AWS::Serverless::Application相关的知识,希望对你有一定的参考价值。

This resource type embeds a serverless application from the AWS Serverless Application Repository or from an Amazon S3 bucket as a nested application. Nested applications are deployed as nested stacks, which can contain multiple other resources. For more information about nested applications, see Nested Applications.

The following is an example of a nested application from the AWS Serverless Application Repository:

Nested Applications

A serverless application can include one or more nested applications. You can deploy a nested application as a stand-alone artifact or as a component of a larger application.

As serverless architectures grow, common patterns emerge in which the same components are defined in multiple application templates. You can now separate out common patterns as dedicated applications, and then nest them as part of new or existing application templates. With nested applications, you can stay more focused on the business logic that‘s unique to your application.

以上是关于AWS::Serverless::Application的主要内容,如果未能解决你的问题,请参考以下文章