Skip to content

Commit 73f42b8

Browse files
authored
Add ministack (#179)
1 parent f80f877 commit 73f42b8

2 files changed

Lines changed: 29 additions & 0 deletions

File tree

ministack/index.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: MiniStack
3+
categories:
4+
- cloud
5+
docs:
6+
- id: java
7+
url: https://github.com/ministackorg/testcontainers-ministack
8+
maintainer: official
9+
example: |
10+
```java
11+
var ministack = new MiniStackContainer("latest");
12+
ministack.start();
13+
String endpoint = ministack.getEndpoint();
14+
```
15+
description: |
16+
MiniStack is a free, open-source local AWS emulator. It runs 40+ AWS services on a single port (4566) — S3, SQS, SNS, DynamoDB, Lambda, IAM, CloudFormation, and more. Drop-in compatible with boto3, AWS CLI, Terraform, CDK, and any AWS SDK. MIT licensed.
17+
---

ministack/logo.svg

Lines changed: 12 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)