AWS Plugin Release Notes
0.1.2
Conformance tests: Phase 1 conformance tests covering 32 standalone resources, validating the full CRUD and discovery lifecycle.
Schema: Expanded Route53 HealthCheck schema with fully typed HealthCheckConfig and AlarmIdentifier sub-resources, enabling richer health check definitions in Pkl.
Schema: Added ResourceLifecycleConfig fields to ElasticBeanstalk environments and configuration templates.
Rename: Renamed apprunner/service.pkl to apprunner/apprunnerservice.pkl for consistency with the naming convention used across other resource schemas.
Example: Added an AppRunner example demonstrating a simple web service deployment.
Fix: Extract now correctly filters ListResults, preventing unrelated resources from appearing in extracted Pkl output.
0.1.1
Feature: Added support for AppRunner resources (AWS::AppRunner::Service), enabling management of AppRunner web services through formae.
Fix: Added missing af-south-1 availability zone pattern. The Region typealias already included af-south-1, but the AvailabilityZone constraint was missing it, causing Pkl evaluation failures for resources in that region.
0.1.0
Initial release of the AWS plugin as a standalone package built on the formae Plugin SDK.