Skip to content

Release 2.4.0 — Minor: feat(lambda): Add SimpleLambda class#37

Merged
Vortex1806 merged 1 commit into
mainfrom
release-2.4.0
Oct 27, 2025
Merged

Release 2.4.0 — Minor: feat(lambda): Add SimpleLambda class#37
Vortex1806 merged 1 commit into
mainfrom
release-2.4.0

Conversation

@Vortex1806

Copy link
Copy Markdown
Owner

🧩 Summary

  • feat(lambda): Adds a new SimpleLambda class to deploy, update, invoke, list, and delete AWS Lambda functions.
  • Automatically handles IAM role creation (_getOrCreateRole).
  • In-memory code zipping for easy deployment from a string.
  • Uses AWS SDK v3 waiters (waitUntilFunctionActive, waitUntilFunctionUpdated) to prevent race conditions on deploy and update.
  • This is a non-breaking minor release that adds new functionality.

✅ Type

  • Minor release

@Vortex1806 Vortex1806 merged commit f82fe05 into main Oct 27, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant