MiniStack v1.1.33 Released
We've just rolled out a massive update merging v1.1.32 and 33, expanding our emulation layer to 38 full AWS services and nearly 1,000 integration tests.
What's New in AppSync & Cognito
- AppSync Emulated: Full REST/JSON API under
/v1/apiscovering CreateGraphQLApi, ApiKeys, DataSources, Resolvers, and Schema modifications with in-memory persistence. - Cognito JWKS Endpoints:
/.well-known/jwks.jsonandopenid-configurationnow return a real RSA public key. This allows your Amplify or CDK frontends to cryptographically validate MiniStack JWTs perfectly.
New Core Resources
- 9 New CloudFormation Stubs: Deploys containing
AWS::ApiGateway::*,AWS::Lambda::EventSourceMapping, and queue policies unblock Serverless Framework / AWS SAM users. - DynamoDB Filters:
ScanFilterandQueryFilternow heavily support legacy conditions (EQ, BEGINS_WITH, CONTAINS, NULL). - SNS FIFO Passthrough:
MessageGroupIdcorrectly maps across subscriptions to FIFO SQS fanouts.
🌟
Update your container:
docker pull nahuelnucera/ministack:latest ensures you have all 959 passing tests backing your environment.