MiniStack v1.1.37
Lambda functions can now be deployed as Docker images via PackageType: Image. KMS gains 13 new actions for full Terraform aws_kms_key compatibility. 900+ tests passing.
Added
- Lambda
PackageType: Imageโ deploy Lambda functions as Docker images viaCode: { ImageUri: "..." }. The user-provided image is pulled and invoked via the Lambda Runtime Interface Emulator (port 8080). Go, Rust, Java, or any language packaged as a Lambda container image works out of the box. Requested by #67. - KMS Terraform support โ 13 new actions:
EnableKeyRotation,DisableKeyRotation,GetKeyRotationStatus,GetKeyPolicy,PutKeyPolicy,ListKeyPolicies,EnableKey,DisableKey,ScheduleKeyDeletion,CancelKeyDeletion,TagResource,UntagResource,ListResourceTags. KMS now has 27 actions (was 14). Fixes Terraformaws_kms_keywithenable_key_rotation = true. LAMBDA_DOCKER_NETWORKenv var โ set the Docker network for Lambda containers so they can reach MiniStack from inside the container.
๐
Full changelog on GitHub
github.com/Nahuel990/ministack/CHANGELOG.md