Skip to content

Commit b603855

Browse files
committed
Add charges warning
1 parent bbf280a commit b603855

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

lambda/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ This document describes how to use Lambda with Aurora DSQL
77
- You must have installed npm v8.5.3 or higher.
88
- You must have installed zip v3.0 or higher.
99

10+
## ⚠️ Important
11+
12+
- Running this code might result in charges to your AWS account.
13+
- We recommend that you grant your code least privilege. At most, grant only the
14+
minimum permissions required to perform the task. For more information, see
15+
[Grant least privilege](https://docs.aws.amazon.com/IAM/latest/UserGuide/best-practices.html#grant-least-privilege).
16+
- This code is not tested in every AWS Region. For more information, see
17+
[AWS Regional Services](https://aws.amazon.com/about-aws/global-infrastructure/regional-product-services).
18+
1019
# Create a new function in AWS Lambda.
1120

1221
1. Sign in to the AWS Management Console and open the AWS Lambda console at [https://console.aws.amazon.com/lambda/](https://console.aws.amazon.com/lambda/)

0 commit comments

Comments
 (0)