Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.21 KB

File metadata and controls

26 lines (19 loc) · 1.21 KB

Changelog

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

Added

  • 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_SECONDS env var.
  • JSON result payload with deploymentId, status, createdAt, completedAt.
  • Forwarded CreateDeployment fields: description, ignoreApplicationStopFailures, autoRollbackConfiguration.
  • Build pipeline producing linux/amd64 and linux/arm64 bootstrap zips for the provided.al2023 runtime.
  • 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.