Skip to content

Conversation

@mwarman
Copy link
Member

@mwarman mwarman commented Dec 24, 2025

📢 Instructions

  • Begin with a DRAFT pull request.
  • Follow italicized instructions to add detail to assist the reviewers.
  • After completing all checklist items, change the pull request to READY.

🔧 Change Summary

Describe the changes included in this pull request. Link to the associated GitHub or Jira issue(s).

  • see Lambda utils #22
  • Added the @leanstacks/lambda-utils package
  • Updated the app illustrate how to use the Lambda Utils package helpers to remove boilerplate and simplify the code in a Lambda microservice (i.e. this Lambda Starter project)

📝 Checklist

Pull request authors must complete the following tasks before marking the PR as ready to review.

  • Complete a self-review of changes
  • Unit tests have been created or updated
  • The code is free of [new] lint errors and warnings
  • Update project documentation as needed: README, /docs, JSDoc, etc.

🧪 Steps to Test

Describe the process to test the changes in this pull request.

  1. Deploy the app to AWS
  2. Perform a full regression test of the application.

🔗 Additional Information

Optionally, provide additional details, screenshots, or URLs that may assist the reviewer.

  • [...]

…tests and implementation

- Updated AWS SDK dependencies to version 3.956.0.
- Updated @leanstacks/lambda-utils to version 0.3.0-alpha.4.
- Refactored config tests to simplify imports and remove unnecessary mocks.
- Enhanced error handling in config validation to throw generic errors instead of specific messages.
- Introduced createConfigManager from @leanstacks/lambda-utils for better config management.
- Removed caching logic in favor of using the config manager for validation and refreshing.
- Bump @typescript-eslint/eslint-plugin and @typescript-eslint/parser from 8.50.0 to 8.50.1
- Update AWS SDK clients from 3.956.0 to 3.958.0
- Upgrade @leanstacks/lambda-utils from 0.3.0-alpha.4 to 0.4.0-alpha.1
@mwarman mwarman self-assigned this Dec 24, 2025
@mwarman mwarman linked an issue Dec 24, 2025 that may be closed by this pull request
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.

Lambda utils

2 participants