Skip to content

Commit 06824e1

Browse files
frij-awsbrmur
authored andcommitted
add SPDX and generated README
1 parent 6e25d52 commit 06824e1

File tree

3 files changed

+81
-0
lines changed

3 files changed

+81
-0
lines changed

.tools/readmes/config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@
191191
"sdk_api_ref": 'https://docs.aws.amazon.com/sdk-for-sap-abap/v1/api/latest/{{service["name"]}}/index.html',
192192
"service_folder_overrides": {
193193
"bedrock-runtime": "sap-abap/services/bdr",
194+
"bedrock-agent-runtime": "sap-abap/services/bdz",
194195
"dynamodb": "sap-abap/services/dyn",
195196
},
196197
}

sap-abap/services/bdz/README.md

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
# Amazon Bedrock Agents Runtime code examples for the SDK for SAP ABAP
2+
3+
## Overview
4+
5+
Shows how to use the AWS SDK for SAP ABAP to work with Amazon Bedrock Agents Runtime.
6+
7+
<!--custom.overview.start-->
8+
<!--custom.overview.end-->
9+
10+
_Amazon Bedrock Agents Runtime offers you the ability to run autonomous agents in your application._
11+
12+
## ⚠ Important
13+
14+
* Running this code might result in charges to your AWS account. For more details, see [AWS Pricing](https://aws.amazon.com/pricing/) and [Free Tier](https://aws.amazon.com/free/).
15+
* Running the tests might result in charges to your AWS account.
16+
* We recommend that you grant your code least privilege. At most, grant only the minimum permissions required to perform the task. For more information, see [Grant least privilege](https://docs.aws.amazon.com/IAM/latest/UserGuide/best-practices.html#grant-least-privilege).
17+
* This code is not tested in every AWS Region. For more information, see [AWS Regional Services](https://aws.amazon.com/about-aws/global-infrastructure/regional-product-services).
18+
19+
<!--custom.important.start-->
20+
<!--custom.important.end-->
21+
22+
## Code examples
23+
24+
### Prerequisites
25+
26+
For prerequisites, see the [README](../../README.md#Prerequisites) in the `sap-abap` folder.
27+
28+
29+
<!--custom.prerequisites.start-->
30+
<!--custom.prerequisites.end-->
31+
32+
### Single actions
33+
34+
Code excerpts that show you how to call individual service functions.
35+
36+
- [InvokeAgent](zcl_aws1_bdz_actions.clas.abap#L37)
37+
38+
39+
<!--custom.examples.start-->
40+
<!--custom.examples.end-->
41+
42+
## Run the examples
43+
44+
### Instructions
45+
46+
47+
<!--custom.instructions.start-->
48+
<!--custom.instructions.end-->
49+
50+
51+
52+
### Tests
53+
54+
⚠ Running tests might result in charges to your AWS account.
55+
56+
57+
To find instructions for running these tests, see the [README](../../README.md#Tests)
58+
in the `sap-abap` folder.
59+
60+
61+
62+
<!--custom.tests.start-->
63+
<!--custom.tests.end-->
64+
65+
## Additional resources
66+
67+
- [Amazon Bedrock Agents Runtime User Guide](https://docs.aws.amazon.com/bedrock/latest/userguide/agents.html)
68+
- [Amazon Bedrock Agents Runtime API Reference](https://docs.aws.amazon.com/bedrock/latest/APIReference/API_Operations_Agents_for_Amazon_Bedrock_Runtime.html)
69+
- [SDK for SAP ABAP Amazon Bedrock Agents Runtime reference](https://docs.aws.amazon.com/sdk-for-sap-abap/v1/api/latest/bedrock-agent-runtime/index.html)
70+
71+
<!--custom.resources.start-->
72+
<!--custom.resources.end-->
73+
74+
---
75+
76+
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
77+
78+
SPDX-License-Identifier: Apache-2.0

sap-abap/services/bdz/zcl_aws1_bdz_actions.clas.testclasses.abap

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
" Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
" SPDX-License-Identifier: Apache-2.0
13
CLASS ltc_zcl_aws1_bdz_actions DEFINITION FOR TESTING
24
DURATION SHORT
35
RISK LEVEL DANGEROUS.

0 commit comments

Comments
 (0)