Skip to content

Commit 865f766

Browse files
authored
Multi: Adding Tributary lite samples links (#7028)
1 parent b54817d commit 865f766

File tree

5 files changed

+84
-0
lines changed

5 files changed

+84
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "file://zonbook/docbookx.dtd"[
3+
<!ENTITY % phrases-shared SYSTEM "file://AWSShared/common/phrases-shared.ent">
4+
%phrases-shared;
5+
]>
6+
<block>
7+
<para>
8+
Shows how to build and test a serverless application that consists of an &ABP; with &LAM; and &DDB; using the .NET SDK.
9+
</para>
10+
<para>
11+
For complete source code and instructions on how to set up and run, see the full example on
12+
<ulink url="https://github.com/aws-samples/serverless-dotnet-demo">GitHub</ulink>.
13+
</para>
14+
</block>
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "file://zonbook/docbookx.dtd"[
3+
<!ENTITY % phrases-shared SYSTEM "file://AWSShared/common/phrases-shared.ent">
4+
%phrases-shared;
5+
]>
6+
<block>
7+
<para>
8+
Shows how to build and test a serverless application that consists of an &ABP; with &LAM; and &DDB; using the Go SDK.
9+
</para>
10+
<para>
11+
For complete source code and instructions on how to set up and run, see the full example on
12+
<ulink url="https://github.com/aws-samples/serverless-go-demo">GitHub</ulink>.
13+
</para>
14+
</block>
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "file://zonbook/docbookx.dtd"[
3+
<!ENTITY % phrases-shared SYSTEM "file://AWSShared/common/phrases-shared.ent">
4+
%phrases-shared;
5+
]>
6+
<block>
7+
<para>
8+
Shows how to build and test a serverless application that consists of an &ABP; with &LAM; and &DDB; using the Java SDK.
9+
</para>
10+
<para>
11+
For complete source code and instructions on how to set up and run, see the full example on
12+
<ulink url="https://github.com/aws-samples/serverless-java-frameworks-samples">GitHub</ulink>.
13+
</para>
14+
</block>
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "file://zonbook/docbookx.dtd"[
3+
<!ENTITY % phrases-shared SYSTEM "file://AWSShared/common/phrases-shared.ent">
4+
%phrases-shared;
5+
]>
6+
<block>
7+
<para>
8+
Shows how to build and test a serverless application that consists of an &ABP; with &LAM; and &DDB; using the Rust SDK.
9+
</para>
10+
<para>
11+
For complete source code and instructions on how to set up and run, see the full example on
12+
<ulink url="https://github.com/aws-samples/serverless-rust-demo">GitHub</ulink>.
13+
</para>
14+
</block>
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# zexi 0.4.0
2+
tributary-lite_serverless-application:
3+
title: Build and test a serverless application
4+
title_abbrev: Build and test a serverless application
5+
synopsis: build and test a serverless application using &ABP; with &LAM; and &DDB;
6+
category: "TributaryLite"
7+
languages:
8+
.NET:
9+
versions:
10+
- sdk_version: 3
11+
block_content: tl_ServerlessApplication_DotNet_block.xml
12+
Go:
13+
versions:
14+
- sdk_version: 2
15+
block_content: tl_ServerlessApplication_Go_block.xml
16+
Java:
17+
versions:
18+
- sdk_version: 2
19+
block_content: tl_ServerlessApplication_Java_block.xml
20+
Rust:
21+
versions:
22+
- sdk_version: 1
23+
block_content: tl_ServerlessApplication_Rust_block.xml
24+
service_main: lambda
25+
services:
26+
lambda:
27+
dynamodb:
28+
api-gateway:

0 commit comments

Comments
 (0)