All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.1.0 - 2026-05-09
- Initial public release.
- AWS Lambda handler that creates a CodeDeploy deployment and waits for completion.
- Synchronous mode (default) and fire-and-forget mode via
wait: false. - Configurable poll interval via
POLL_INTERVAL_SECONDSenv var. - JSON result payload with
deploymentId,status,createdAt,completedAt. - Forwarded
CreateDeploymentfields:description,ignoreApplicationStopFailures,autoRollbackConfiguration. - Build pipeline producing
linux/amd64andlinux/arm64bootstrapzips for theprovided.al2023runtime. - Terraform examples: standalone Lambda provisioning and full ECS Blue/Green flow.
- Unit tests for the event/result schemas.
- GitHub Actions: tests on PR, release artifacts on GitHub Release.