Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 66046e4

Browse files
committedApr 4, 2025·
Add 'current' to limitations
1 parent 5f17ffa commit 66046e4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
 

Diff for: ‎content/en/user-guide/aws/dynamodb/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ The following code snippets and sample applications provide practical examples o
206206
- [Loan Broker application with AWS Step Functions, DynamoDB, Lambda, SQS, and SNS](https://github.com/localstack/loan-broker-stepfunctions-lambda-app)
207207
- [Messaging Processing application with SQS, DynamoDB, and Fargate](https://github.com/localstack/sqs-fargate-ddb-cdk-go)
208208

209-
## Limitations
209+
## Current Limitations
210210

211211
### Global tables
212212

Diff for: ‎content/en/user-guide/aws/mwaa/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,6 @@ The Resource Browser allows you to perform the following actions:
154154
- **Edit Environment**: Edit an existing MWAA environment by clicking on the **Edit** button after clicking on the environment name.
155155
- **Delete Environment**: Select the environment name and click on the **Actions** button followed by **Remove Selected** button.
156156

157-
## Limitations
157+
## Current Limitations
158158

159159
- LocalStack MWAA does not support [startup scripts](https://docs.aws.amazon.com/mwaa/latest/userguide/using-startup-script.html)

Diff for: ‎content/en/user-guide/aws/ram/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ $ awslocal ram create-resource-share \
3434
--resource-arn arn:aws:appsync:eu-central-1:000000000000:apis/wcgmjril5wuyvhmpildatuaat3
3535
{{< /command >}}
3636

37-
## Limitations
37+
## Current Limitations
3838

3939
LocalStack RAM supports emulated sharing for EC2 Subnets only.
4040
Only specified account principals are granted access to the shared subnets, and associated VPC and route tables.

Diff for: ‎content/en/user-guide/aws/ses/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ The Resource Browser allows you to perform following actions:
124124
You can the view the details of a sent email by selecting them from the list.
125125
- **Send Emails**: On selecting an email identity, click **Send Message** and specify destination fields (To, CC and BCC addresses) and the body (Plaintext, HTML) to send an email.
126126

127-
## Limitations
127+
## Current Limitations
128128

129129
- It is currently not possible to [receive emails via SES](https://docs.aws.amazon.com/ses/latest/dg/receiving-email.html) in LocalStack.
130130
- All operations related to Receipt Rules are mocked.

0 commit comments

Comments
 (0)
Please sign in to comment.