Skip to content

Commit

Permalink
Merge branch 'main' into test2
Browse files Browse the repository at this point in the history
  • Loading branch information
ford-at-aws authored Sep 25, 2023
2 parents 5c9b47b + a2c6632 commit 612d38b
Show file tree
Hide file tree
Showing 2,212 changed files with 218,440 additions and 120,776 deletions.
10 changes: 10 additions & 0 deletions .abapgit.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<asx:abap xmlns:asx="http://www.sap.com/abapxml" version="1.0">
<asx:values>
<DATA>
<MASTER_LANGUAGE>E</MASTER_LANGUAGE>
<STARTING_FOLDER>/sap-abap/</STARTING_FOLDER>
<FOLDER_LOGIC>PREFIX</FOLDER_LOGIC>
</DATA>
</asx:values>
</asx:abap>
25 changes: 0 additions & 25 deletions .doc_gen/cross-content/cross_EmrLongLivedCluster_Python_block.xml

This file was deleted.

33 changes: 33 additions & 0 deletions .doc_gen/cross-content/cross_FSA_JavaScript_block.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "file://zonbook/docbookx.dtd" [
<!ENTITY % phrases-shared SYSTEM "file://AWSShared/common/phrases-shared.ent">
%phrases-shared;
]>
<block>
<para>
This example application analyzes and stores customer feedback cards. Specifically,
it fulfills the need of a fictitious hotel in New York City. The hotel receives feedback
from guests in various languages in the form of physical comment cards. That feedback
is uploaded into the app through a web client.

After an image of a comment card is uploaded, the following steps occur:
</para>
<itemizedlist>
<listitem>
<para>Text is extracted from the image using &TEXTRACT;.</para>
</listitem>
<listitem>
<para>&CMP; determines the sentiment of the extracted text and its language.</para>
</listitem>
<listitem>
<para>The extracted text is translated to French using &TSL;.</para>
</listitem>
<listitem>
<para>&POL; synthesizes an audio file from the extracted text.</para>
</listitem>
</itemizedlist>
<para> The full app can be deployed with the &CDK;. For source code and deployment
instructions, see the project in <ulink
url="https://github.com/awsdocs/aws-doc-sdk-examples/tree/main/javascriptv3/example_code/cross-services/feedback-sentiment-analyzer">
GitHub</ulink>. </para>
</block>
33 changes: 33 additions & 0 deletions .doc_gen/cross-content/cross_FSA_Ruby_block.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "file://zonbook/docbookx.dtd" [
<!ENTITY % phrases-shared SYSTEM "file://AWSShared/common/phrases-shared.ent">
%phrases-shared;
]>
<block>
<para>
This example application analyzes and stores customer feedback cards. Specifically,
it fulfills the need of a fictitious hotel in New York City. The hotel receives feedback
from guests in various languages in the form of physical comment cards. That feedback
is uploaded into the app through a web client.

After an image of a comment card is uploaded, the following steps occur:
</para>
<itemizedlist>
<listitem>
<para>Text is extracted from the image using &TEXTRACT;.</para>
</listitem>
<listitem>
<para>&CMP; determines the sentiment of the extracted text and its language.</para>
</listitem>
<listitem>
<para>The extracted text is translated to French using &TSL;.</para>
</listitem>
<listitem>
<para>&POL; synthesizes an audio file from the extracted text.</para>
</listitem>
</itemizedlist>
<para> The full app can be deployed with the &CDK;. For source code and deployment
instructions, see the project in <ulink
url="https://github.com/awsdocs/aws-doc-sdk-examples/tree/main/ruby/cross_service_examples/feedback_sentiment_analyzer">
GitHub</ulink>. </para>
</block>
18 changes: 18 additions & 0 deletions .doc_gen/cross-content/cross_PAM_JavaScript_block.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "file://zonbook/docbookx.dtd" [
<!ENTITY % phrases-shared SYSTEM "file://AWSShared/common/phrases-shared.ent">
%phrases-shared;
]>
<block>
<para>
Shows how to develop a photo asset management application that detects labels in images
using &REKlong; and stores them for later retrieval.
</para>
<para>For complete source code and instructions on how to set up and run, see the full example
on <ulink
url="https://github.com/awsdocs/aws-doc-sdk-examples/tree/main/javascriptv3/example_code/cross-services/photo-asset-manager">
GitHub</ulink>.</para>
<para>For a deep dive into the origin of this example see the post on <ulink
url="https://community.aws/posts/cloud-journeys/01-serverless-image-recognition-app">
&AWS; Community</ulink>.</para>
</block>
18 changes: 11 additions & 7 deletions .doc_gen/cross-content/cross_PAM_Java_block.xml
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "file://zonbook/docbookx.dtd"[
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "file://zonbook/docbookx.dtd" [
<!ENTITY % phrases-shared SYSTEM "file://AWSShared/common/phrases-shared.ent">
%phrases-shared;
]>
<block>
<para>
Shows how to develop a photo asset management application that lets users manage photos using labels.
Shows how to develop a photo asset management application that detects labels in images
using &REKlong; and stores them for later retrieval.
</para>
<para>
For complete source code and instructions on how to set up and run, see the full example on
<ulink url="https://github.com/awsdocs/aws-doc-sdk-examples/tree/main/javav2/usecases/pam_source_files">GitHub</ulink>.
</para>
</block>
<para>For complete source code and instructions on how to set up and run, see the full example
on <ulink
url="https://github.com/awsdocs/aws-doc-sdk-examples/tree/main/javav2/usecases/pam_source_files">
GitHub</ulink>.</para>
<para>For a deep dive into the origin of this example see the post on <ulink
url="https://community.aws/posts/cloud-journeys/01-serverless-image-recognition-app">
&AWS; Community</ulink>.</para>
</block>
18 changes: 11 additions & 7 deletions .doc_gen/cross-content/cross_PAM_Kotlin_block.xml
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "file://zonbook/docbookx.dtd"[
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "file://zonbook/docbookx.dtd" [
<!ENTITY % phrases-shared SYSTEM "file://AWSShared/common/phrases-shared.ent">
%phrases-shared;
]>
<block>
<para>
Shows how to develop a photo asset management application that lets users manage photos using labels.
Shows how to develop a photo asset management application that detects labels in images
using &REKlong; and stores them for later retrieval.
</para>
<para>
For complete source code and instructions on how to set up and run, see the full example on
<ulink url="https://github.com/awsdocs/aws-doc-sdk-examples/tree/main/kotlin/usecases/creating_pam">GitHub</ulink>.
</para>
</block>
<para>For complete source code and instructions on how to set up and run, see the full example
on <ulink
url="https://github.com/awsdocs/aws-doc-sdk-examples/tree/main/kotlin/usecases/creating_pam">
GitHub</ulink>.</para>
<para>For a deep dive into the origin of this example see the post on <ulink
url="https://community.aws/posts/cloud-journeys/01-serverless-image-recognition-app">
&AWS; Community</ulink>.</para>
</block>
18 changes: 18 additions & 0 deletions .doc_gen/cross-content/cross_PAM_cpp_block.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "file://zonbook/docbookx.dtd" [
<!ENTITY % phrases-shared SYSTEM "file://AWSShared/common/phrases-shared.ent">
%phrases-shared;
]>
<block>
<para>
Shows how to develop a photo asset management application that detects labels in images
using &REKlong; and stores them for later retrieval.
</para>
<para>For complete source code and instructions on how to set up and run, see the full example
on <ulink
url="https://github.com/awsdocs/aws-doc-sdk-examples/tree/main/cpp/example_code/cross-service/photo_asset_manager">
GitHub</ulink>.</para>
<para>For a deep dive into the origin of this example see the post on <ulink
url="https://community.aws/posts/cloud-journeys/01-serverless-image-recognition-app">
&AWS; Community</ulink>.</para>
</block>
18 changes: 18 additions & 0 deletions .doc_gen/cross-content/cross_PAM_dotnet_block.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "file://zonbook/docbookx.dtd" [
<!ENTITY % phrases-shared SYSTEM "file://AWSShared/common/phrases-shared.ent">
%phrases-shared;
]>
<block>
<para>
Shows how to develop a photo asset management application that detects labels in images
using &REKlong; and stores them for later retrieval.
</para>
<para>For complete source code and instructions on how to set up and run, see the full example
on <ulink
url="https://github.com/awsdocs/aws-doc-sdk-examples/tree/main/dotnetv3/cross-service/PhotoAssetManager">
GitHub</ulink>.</para>
<para>For a deep dive into the origin of this example see the post on <ulink
url="https://community.aws/posts/cloud-journeys/01-serverless-image-recognition-app">
&AWS; Community</ulink>.</para>
</block>
18 changes: 18 additions & 0 deletions .doc_gen/cross-content/cross_PAM_rust_block.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "file://zonbook/docbookx.dtd" [
<!ENTITY % phrases-shared SYSTEM "file://AWSShared/common/phrases-shared.ent">
%phrases-shared;
]>
<block>
<para>
Shows how to develop a photo asset management application that detects labels in images
using &REKlong; and stores them for later retrieval.
</para>
<para>For complete source code and instructions on how to set up and run, see the full example
on <ulink
url="https://github.com/awsdocs/aws-doc-sdk-examples/tree/main/rust_dev_preview/cross_service/photo_asset_management">
GitHub</ulink>.</para>
<para>For a deep dive into the origin of this example see the post on <ulink
url="https://community.aws/posts/cloud-journeys/01-serverless-image-recognition-app">
&AWS; Community</ulink>.</para>
</block>
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,12 @@
This example uses a front end built with React.js to interact with an Express
Node.js backend.
</para>
<para>
<itemizedlist>
<listitem><para>Integrate a React.js web application with &AWS-services;.</para></listitem>
<listitem><para>List, add, and update items in an &AUR; table.</para></listitem>
<listitem><para>Send an email report of filtered work items by using &SES;.</para></listitem>
<listitem><para>Deploy and manage example resources with the included &CFNlong; script.</para></listitem>
</itemizedlist>
</para>
<itemizedlist>
<listitem><para>Integrate a React.js web application with &AWS-services;.</para></listitem>
<listitem><para>List, add, and update items in an &AUR; table.</para></listitem>
<listitem><para>Send an email report of filtered work items by using &SES;.</para></listitem>
<listitem><para>Deploy and manage example resources with the included &CFNlong; script.</para></listitem>
</itemizedlist>
<para>
For complete source code and instructions on how to set up and run, see the full example on
<ulink url="https://github.com/awsdocs/aws-doc-sdk-examples/tree/main/javascriptv3/example_code/cross-services/aurora-serverless-app">GitHub</ulink>.
Expand Down
14 changes: 6 additions & 8 deletions .doc_gen/cross-content/cross_RDSDataTracker_Net_block.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,12 @@
emails reports by using &SESlong; (&SES;).
This example uses a front end built with React.js to interact with a RESTful .NET backend.
</para>
<para>
<itemizedlist>
<listitem><para>Integrate a React web application with &AWS; services.</para></listitem>
<listitem><para>List, add, update, and delete items in an &AUR; table.</para></listitem>
<listitem><para>Send an email report of filtered work items using &SES;.</para></listitem>
<listitem><para>Deploy and manage example resources with the included &CFNlong; script.</para></listitem>
</itemizedlist>
</para>
<itemizedlist>
<listitem><para>Integrate a React web application with &AWS; services.</para></listitem>
<listitem><para>List, add, update, and delete items in an &AUR; table.</para></listitem>
<listitem><para>Send an email report of filtered work items using &SES;.</para></listitem>
<listitem><para>Deploy and manage example resources with the included &CFNlong; script.</para></listitem>
</itemizedlist>
<para>
For complete source code and instructions on how to set up and run, see the full example on
<ulink url="https://github.com/awsdocs/aws-doc-sdk-examples/tree/main/dotnetv3/cross-service/AuroraItemTracker">GitHub</ulink>.
Expand Down
14 changes: 6 additions & 8 deletions .doc_gen/cross-content/cross_RDSDataTracker_PHP_block.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,12 @@
emails reports by using &SESlong; (&SES;).
This example uses a front end built with React.js to interact with a RESTful PHP backend.
</para>
<para>
<itemizedlist>
<listitem><para>Integrate a React.js web application with &AWS; services.</para></listitem>
<listitem><para>List, add, update, and delete items in an &RDS; table.</para></listitem>
<listitem><para>Send an email report of filtered work items using &SES;.</para></listitem>
<listitem><para>Deploy and manage example resources with the included &CFNlong; script.</para></listitem>
</itemizedlist>
</para>
<itemizedlist>
<listitem><para>Integrate a React.js web application with &AWS; services.</para></listitem>
<listitem><para>List, add, update, and delete items in an &RDS; table.</para></listitem>
<listitem><para>Send an email report of filtered work items using &SES;.</para></listitem>
<listitem><para>Deploy and manage example resources with the included &CFNlong; script.</para></listitem>
</itemizedlist>
<para>
For complete source code and instructions on how to set up and run, see the full example on
<ulink url="https://github.com/awsdocs/aws-doc-sdk-examples/tree/main/php/cross_service/aurora_item_tracker">GitHub</ulink>.
Expand Down
16 changes: 7 additions & 9 deletions .doc_gen/cross-content/cross_RDSDataTracker_Python_block.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,13 @@
This example uses the Flask web framework to handle HTTP routing and integrates
with a React webpage to present a fully functional web application.
</para>
<para>
<itemizedlist>
<listitem><para>Build a Flask REST service that integrates with &AWS-services;.</para></listitem>
<listitem><para>Read, write, and update work items that are stored in an &AUR; Serverless database.</para></listitem>
<listitem><para>Create an &ASMlong; secret that contains database credentials and use it
to authenticate calls to the database.</para></listitem>
<listitem><para>Use &SES; to send email reports of work items.</para></listitem>
</itemizedlist>
</para>
<itemizedlist>
<listitem><para>Build a Flask REST service that integrates with &AWS-services;.</para></listitem>
<listitem><para>Read, write, and update work items that are stored in an &AUR; Serverless database.</para></listitem>
<listitem><para>Create an &ASMlong; secret that contains database credentials and use it
to authenticate calls to the database.</para></listitem>
<listitem><para>Use &SES; to send email reports of work items.</para></listitem>
</itemizedlist>
<para>
For complete source code and instructions on how to set up and run, see the full example on
<ulink url="https://github.com/awsdocs/aws-doc-sdk-examples/tree/main/python/cross_service/aurora_item_tracker">GitHub</ulink>.
Expand Down
10 changes: 10 additions & 0 deletions .doc_gen/cross-content/phrases-code-examples.ent
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@
<!ENTITY guide-rust-dev '&Rustlong; developer guide'>
<!ENTITY guide-rust-api '&Rustlong; API reference'>

<!-- SDK for Bash (a virtual SDK that uses the CLI) -->

<!ENTITY Bashlong '&CLIlong; with Bash script'>
<!ENTITY Bash '&CLI; with Bash script'>

<!-- API Gateway Management API -->

<!ENTITY ABPMA '&ABP; Management API'>
Expand Down Expand Up @@ -58,6 +63,11 @@
<!ENTITY PERSRlong '&PERSlong; Runtime'>
<!ENTITY PERSR '&PERS; Runtime'>

<!-- Serverless Snippets -->
<!ENTITY Serverless 'Serverless Snippets'>
<!-- Transcribe Medical -->
<!ENTITY TSCMlong '&TSClong; Medical'>
<!ENTITY TSCM '&TSC; Medical'>

<!--Elastic Load Balancing-->
<!ENTITY ELBacro 'ELB'>

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
For complete source code and instructions that demonstrate messaging with topics and queues in &SNS; and &SQS;, see the full example on
<ulink url="https://github.com/awsdocs/aws-doc-sdk-examples/tree/main/javav2/usecases/topics_and_queues">GitHub</ulink>.
</para>
</block>
</block>
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "file://zonbook/docbookx.dtd"[
<!ENTITY % phrases-shared SYSTEM "file://AWSShared/common/phrases-shared.ent">
%phrases-shared;
]>
<block>
<para>
Demonstrates messaging with topics and queues using &SNSlong; (&SNS;) and &SQSlong; (&SQS;).
</para>
<para>
For complete source code and instructions that demonstrate messaging with topics and queues in &SNS; and &SQS;, see the full example on
<ulink url="https://github.com/awsdocs/aws-doc-sdk-examples/tree/main/kotlin/usecases/topics_and_queues">GitHub</ulink>.
</para>
</block>
1 change: 1 addition & 0 deletions .doc_gen/metadata/.prettierrc.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
bracketSpacing: false
2 changes: 1 addition & 1 deletion .doc_gen/metadata/api-gateway-management-api_metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ apigatewaymanagementapi_PostToConnection:
Rust:
versions:
- sdk_version: 1
github: rust_dev_preview/apigatewaymanagement
github: rust_dev_preview/examples/apigatewaymanagement
sdkguide:
excerpts:
- description:
Expand Down
Loading

0 comments on commit 612d38b

Please sign in to comment.