Skip to content

Commit 25c9a5b

Browse files
authored
Applications: Add "Highlighted Services" summary (#5352)
Also updated some links & supported languages.
1 parent bef5ee6 commit 25c9a5b

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

applications/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Every example is different, but each will have the following:
1717

1818
## List of examples
1919

20-
| Name | Path | Supported languages |
21-
| ------------------- | -------------------------------------------- | ------------------- |
22-
| Photo Asset Manager | [photo-asset-manager](./photo-asset-manager) | Java, C++ |
23-
| Feedback Sentiment Analyzer | [feedback_sentiment_analyzer](./feedback_sentiment_analyzer/)| Ruby, JavaScript |
20+
| Name | Path | Supported languages | Highlighted Services |
21+
| ------------------- | -------------------------------------------- | ------------------- | -------------------- |
22+
| Photo Asset Manager | [photo-asset-manager](./photo-asset-manager) | C++, .NET, Java, JavaScript, Rust | [Amazon Rekognition](https://docs.aws.amazon.com/rekognition/), [Amazon API Gateway](https://docs.aws.amazon.com/apigateway/), [Amazon CloudFront](https://docs.aws.amazon.com/cloudfront/), [Amazon Cognito](https://docs.aws.amazon.com/cognito/), [Amazon S3](https://docs.aws.amazon.com/s3/) |
23+
| Feedback Sentiment Analyzer | [feedback_sentiment_analyzer](./feedback_sentiment_analyzer/)| Ruby, JavaScript | [Amazon Textract](https://docs.aws.amazon.com/textract), [Amazon Comprehend](https://docs.aws.amazon.com/comprehend), [Amazon Translate](https://docs.aws.amazon.com/translate), [Amazon Polly](https://docs.aws.amazon.com/polly), [AWS Step Functions](https://docs.aws.amazon.com/step-functions) |

applications/photo-asset-manager/README.md

+7-6
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,12 @@ End user authentication is handled using Amazon Cognito. A user pool is provisio
4141

4242
## List of Tools & Services
4343

44-
- [AWS Cloud Development Kit (CDK)](https://aws.amazon.com/cdk/)
45-
- [AWS CloudFormation (CFN)](https://aws.amazon.com/cloudformation/)
46-
- [Amazon API Gateway](https://aws.amazon.com/api-gateway/)
47-
- [Amazon CloudFront](https://aws.amazon.com/cloudfront/)
48-
- [Amazon Cognito](https://aws.amazon.com/cognito/)
49-
- [Amazon S3](https://aws.amazon.com/s3/)
44+
- [AWS Cloud Development Kit (CDK)](https://docs.aws.amazon.com/cdk/)
45+
- [AWS CloudFormation (CFN)](https://docs.aws.amazon.com/cloudformation/)
46+
- [Amazon Rekognition](https://docs.aws.amazon.com/rekognition/)
47+
- [Amazon API Gateway](https://docs.aws.amazon.com/apigateway/)
48+
- [Amazon CloudFront](https://docs.aws.amazon.com/cloudfront/)
49+
- [Amazon Cognito](https://docs.aws.amazon.com/cognito/)
50+
- [Amazon S3](https://docs.aws.amazon.com/s3/)
5051
- [Cloudscape](https://cloudscape.design/)
5152
- [Vite](https://vitejs.dev/)

0 commit comments

Comments
 (0)