Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed public/images/aws/qldb-resource-browser.png
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ The Resource Browser supports the following AWS services:
| **Database** | [Amazon DynamoDB](https://app.localstack.cloud/inst/default/resources/dynamodb) |
| | [Amazon RDS](https://app.localstack.cloud/inst/default/resources/rds) |
| | [Amazon ElastiCache](https://app.localstack.cloud/inst/default/resources/elasticache) |
| | [Amazon QLDB](https://app.localstack.cloud/inst/default/resources/qldb/ledgers) |
| | [Amazon DocumentDB](https://app.localstack.cloud/inst/default/resources/docdb/clusters) |
| | [Amazon Neptune](https://app.localstack.cloud/inst/default/resources/neptune/clusters) |
| | [Amazon Timestream](https://app.localstack.cloud/inst/default/resources/timestream-write) |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,6 @@ config:
- prometheus: http://localhost:4566
- prometheusservice: http://localhost:4566
- qbusiness: http://localhost:4566
- qldb: http://localhost:4566
- quicksight: http://localhost:4566
- ram: http://localhost:4566
- rbin: http://localhost:4566
Expand Down
2 changes: 0 additions & 2 deletions src/content/docs/aws/licensing.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ To learn more about how a service behaves in LocalStack, refer to that individua
| [](https://docs.localstack.cloud/user-guide/aws/memorydb/)[Amazon MemoryDB](https://docs.localstack.cloud/user-guide/aws/memorydb/) | ❌ | ❌ | ✅ | ✅ |
| [](https://docs.localstack.cloud/user-guide/aws/neptune/)[Amazon Neptune](https://docs.localstack.cloud/user-guide/aws/neptune/) | ❌ | ❌ | ✅ | ✅ |
| [](https://docs.localstack.cloud/user-guide/aws/timestream/)[Amazon Timestream](https://docs.localstack.cloud/user-guide/aws/timestream/) | ❌ | ❌ | ✅ | ✅ |
| [](https://docs.localstack.cloud/user-guide/aws/qldb/)[Amazon Quantum Ledger Database (QLDB)](https://docs.localstack.cloud/user-guide/aws/qldb/) | ❌ | ❌ | ✅ | ✅ |
| Developer Tools | | | | |
| [](https://docs.localstack.cloud/references/coverage/coverage_codecommit/)[AWS CodeCommit](https://docs.localstack.cloud/references/coverage/coverage_codecommit/) | ❌ | ✅ | ✅ | ✅ |
| AWS CodeArtifact | ❌ | ✅ | ✅ | ✅ |
Expand Down Expand Up @@ -291,7 +290,6 @@ For any subscription or access-related questions, please reach out to Support.
| [](https://docs.localstack.cloud/user-guide/aws/memorydb/)[Amazon MemoryDB](https://docs.localstack.cloud/user-guide/aws/memorydb/) | ✅ | ✅ | ✅ |
| [](https://docs.localstack.cloud/user-guide/aws/neptune/)[Amazon Neptune](https://docs.localstack.cloud/user-guide/aws/neptune/) | ✅ | ✅ | ✅ |
| [](https://docs.localstack.cloud/user-guide/aws/timestream/)[Amazon Timestream](https://docs.localstack.cloud/user-guide/aws/timestream/) | ✅ | ✅ | ✅ |
| [](https://docs.localstack.cloud/user-guide/aws/qldb/)[Amazon Quantum Ledger Database (QLDB)](https://docs.localstack.cloud/user-guide/aws/qldb/) | ✅ | ✅ | ✅ |
| Developer Tools | | | |
| [](https://docs.localstack.cloud/references/coverage/coverage_codecommit/)[AWS CodeCommit](https://docs.localstack.cloud/references/coverage/coverage_codecommit/) | ✅ | ✅ | ✅ |
| AWS CodeBuild | ✅ | ✅ | ✅ |
Expand Down
1 change: 0 additions & 1 deletion src/content/docs/aws/services/cloudformation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,6 @@ When utilizing the Community image, any resources within the stack that are not
| AWS::Neptune::DBParameterGroup | ✅ | ✅ | - |
| AWS::Neptune::DBSubnetGroup | ✅ | ✅ | - |
| AWS::Pipes::Pipe | ✅ | ✅ | - |
| AWS::QLDB::Ledger | ✅ | ✅ | - |
| AWS::RDS::DBCluster | ✅ | ✅ | - |
| AWS::RDS::DBClusterParameterGroup | ✅ | ✅ | - |
| AWS::RDS::DBInstance | ✅ | ✅ | - |
Expand Down
Loading