AwsLambdaLambdaFunction

aws-q2-2023/Resource/Compute/AwsLambdaLambdaFunction
include('aws-q2-2023/Resource/Compute/AwsLambdaLambdaFunction')
Illustration AwsLambdaLambdaFunction AwsLambdaLambdaFunctionCard AwsLambdaLambdaFunctionGroup
illustration for Illustration illustration for AwsLambdaLambdaFunction illustration for AwsLambdaLambdaFunctionCard illustration for AwsLambdaLambdaFunctionGroup

Sprites

The item provides the following sriptes:

  • <$AwsLambdaLambdaFunctionXs>
  • <$AwsLambdaLambdaFunctionSm>
  • <$AwsLambdaLambdaFunctionMd>
  • <$AwsLambdaLambdaFunctionLg>

AwsLambdaLambdaFunction

Load remotely

@startuml
' configures the library
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/master/distribution"

' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml

' loads the package bootstrap
include('aws-q2-2023/bootstrap')

' loads the Item which embeds the element AwsLambdaLambdaFunction
include('aws-q2-2023/Resource/Compute/AwsLambdaLambdaFunction')

' renders the element
AwsLambdaLambdaFunction('AwsLambdaLambdaFunction', 'Aws Lambda Lambda Function', 'an optional tech label', 'an optional description')
@enduml

Load locally

@startuml
' configures the library
!global $INCLUSION_MODE="local"
!global $LIB_BASE_LOCATION="../../.."

' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml

' loads the package bootstrap
include('aws-q2-2023/bootstrap')

' loads the Item which embeds the element AwsLambdaLambdaFunction
include('aws-q2-2023/Resource/Compute/AwsLambdaLambdaFunction')

' renders the element
AwsLambdaLambdaFunction('AwsLambdaLambdaFunction', 'Aws Lambda Lambda Function', 'an optional tech label', 'an optional description')
@enduml

AwsLambdaLambdaFunctionCard

Load remotely

@startuml
' configures the library
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/master/distribution"

' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml

' loads the package bootstrap
include('aws-q2-2023/bootstrap')

' loads the Item which embeds the element AwsLambdaLambdaFunctionCard
include('aws-q2-2023/Resource/Compute/AwsLambdaLambdaFunction')

' renders the element
AwsLambdaLambdaFunctionCard('AwsLambdaLambdaFunctionCard', 'Aws Lambda Lambda Function Card', 'an optional description')
@enduml

Load locally

@startuml
' configures the library
!global $INCLUSION_MODE="local"
!global $LIB_BASE_LOCATION="../../.."

' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml

' loads the package bootstrap
include('aws-q2-2023/bootstrap')

' loads the Item which embeds the element AwsLambdaLambdaFunctionCard
include('aws-q2-2023/Resource/Compute/AwsLambdaLambdaFunction')

' renders the element
AwsLambdaLambdaFunctionCard('AwsLambdaLambdaFunctionCard', 'Aws Lambda Lambda Function Card', 'an optional description')
@enduml

AwsLambdaLambdaFunctionGroup

Load remotely

@startuml
' configures the library
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/master/distribution"

' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml

' loads the package bootstrap
include('aws-q2-2023/bootstrap')

' loads the Item which embeds the element AwsLambdaLambdaFunctionGroup
include('aws-q2-2023/Resource/Compute/AwsLambdaLambdaFunction')

' renders the element
AwsLambdaLambdaFunctionGroup('AwsLambdaLambdaFunctionGroup', 'Aws Lambda Lambda Function Group', 'an optional tech label') {
    note as note
        the content of the group
    end note
}
@enduml

Load locally

@startuml
' configures the library
!global $INCLUSION_MODE="local"
!global $LIB_BASE_LOCATION="../../.."

' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml

' loads the package bootstrap
include('aws-q2-2023/bootstrap')

' loads the Item which embeds the element AwsLambdaLambdaFunctionGroup
include('aws-q2-2023/Resource/Compute/AwsLambdaLambdaFunction')

' renders the element
AwsLambdaLambdaFunctionGroup('AwsLambdaLambdaFunctionGroup', 'Aws Lambda Lambda Function Group', 'an optional tech label') {
    note as note
        the content of the group
    end note
}
@enduml