Skip to content

Latest commit

 

History

History
17 lines (17 loc) · 599 Bytes

File metadata and controls

17 lines (17 loc) · 599 Bytes
title MiniStack
categories
cloud
docs
id url maintainer example
java
official
```java var ministack = new MiniStackContainer("latest"); ministack.start(); String endpoint = ministack.getEndpoint(); ```
description 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.