タイトル : テンプレートを確認 AWSサーバーレス2025
更新日 : 2025-01-26
カテゴリ : プログラミング
テンプレートを確認しましょう
今回はHelloWorldを使うけど、他のテンプレートも確認してみましょう。その方が、ポリシーの書き方とか、参考になるかも。
以下、テンプレートです。
Choose an AWS Quick Start application template
1 - Hello World Example
2 - Data processing
3 - Hello World Example with Powertools for AWS Lambda
4 - Multi-step workflow
5 - Scheduled task
6 - Standalone function
7 - Serverless API
8 - Infrastructure event management
9 - Lambda Response Streaming
10 - GraphQLApi Hello World Example
11 - Full Stack
12 - Lambda EFS example
13 - Serverless Connector Hello World Example
14 - Multi-step workflow with Connectors
15 - DynamoDB Example
16 - Machine Learning
どんな言語で用意されているかざっと確認。
No. | 内容 | 言語 | 備考 |
---|---|---|---|
1 | Hello World Example | dotnet,go,graalvm.java,java,nodejs,python,ruby,rust | rustはprovided提供 |
2 | Data processing | dotnet,nodejs | S3,SNS,SQS |
3 | Hello World Example with Powertools for AWS Lambda | dotnet,java,nodejs,python | |
4 | Multi-step workflow | dotnet,go,java,nodejs,python,ruby | |
5 | Scheduled task | dotnet,nodejs | |
6 | Standalone function | dotnet,nodejs | |
7 | Serverless API | dotnet,nodejs,ruby | |
8 | Infrastructure event management | go,java,python | |
9 | Lambda Response Streaming | go,nodejs | |
10 | GraphQLApi Hello World Example | nodejs | |
11 | Full Stack | nodejs | |
12 | Lambda EFS example | python | |
13 | Serverless Connector Hello World Example | python | |
14 | Multi-step workflow with Connectors | python | |
15 | DynamoDB Example | provided(al2) | |
16 | Machine Learning | python | Scikit-learn、XGBoost |