Chore/cleanup/3 mar2026 - #113
Open
elginlam-amazon wants to merge 10 commits into
Open
Conversation
Unifies and expands ignored files and folders to cover common OS, IDE, language-specific, and project-specific artifacts. Improves maintainability and prevents accidental commits of environment files and build outputs. Removes older, less comprehensive ignore patterns in favor of a robust, consolidated configuration.
Switches CDK and dev dependencies to latest major versions, migrating to pnpm and upgrading TypeScript/Jest/ESLint ecosystem for improved compatibility and performance. Removes legacy yarn and npm package lock files, introducing a pnpm lockfile for consistent reproducible installs. Modernizes Lambda runtimes and target .NET version to .NET 8, ensuring backend and event handlers use supported runtimes. Cleans up duplicate IAM permissions and removes old SSM policy blocks in API resource definition. Replaces outdated project README with a detailed, user-oriented doc outlining infrastructure, prerequisites, commands, and construct layout. Tightens tsconfig, moving to ES2021 standards for improved language support and future-proofing.
Refactors Flask endpoints to enforce POST method for ID card routes and removes unnecessary method checks for clarity. Simplifies deskew function logic to avoid redundant indentation. Fixes environment variable usage and JSON response formatting in Lambda handler. Removes example and placeholder files, and adds detailed documentation specific to the inference API, outlining endpoints, setup, and usage. Streamlines project structure and improves maintainability.
Aligns the project with .NET 8.0 to leverage improved features, performance, and long-term support. Ensures future compatibility with the latest .NET ecosystem.
Replaces blocking sync calls with async/await in controllers to improve performance and scalability. Removes unused and obsolete files and code, including StorageController and FieldCoordinateMapping logic. Updates project files and NuGet package versions for .NET 8 migration. Fixes minor typos and cleans up legacy or commented-out code for clarity. Modernizes HTTP request handling and streamlines Tesseract OCR integration.
Upgrades all dependencies to the latest major versions, switching TypeScript, ESLint, and AWS SDK clients to current releases for improved compatibility and maintenance. Migrates the dependency lockfile from Yarn to pnpm, removing yarn.lock and adding pnpm-lock.yaml for more efficient package management. Refines error handling in post-deployment scripts to print errors to stderr using console.error, ensuring issues are more visible. Removes unnecessary 'await' from a synchronous file write, clarifying intent and improving execution flow.
Upgrades Lambda projects and tests to .NET 8 for improved performance and security. Updates AWS SDK and related package versions to latest for better compatibility and support. Cleans up unused properties and aligns language versions. No changes to functional logic or runtime behavior.
Migrates target framework to .NET 8 for improved performance and support. Upgrades AWS Lambda SDK version for bug fixes and features. Removes unused environment variables logic and output file, eliminating hard-coded AWS profile for cleaner and safer environment variable writing.
Unifies and streamlines build and deployment scripts, creating modular scripts for building all packages and running one-step deployment. Migrates package management from Yarn to pnpm and updates relevant documentation and requirements to Node.js 22 and .NET 8.0. Updates test project dependencies and standardizes .gitignore. Overhauls and resets the changelog to reflect historical and current changes. Improves clarity and accuracy in README content, reflecting recent structural and dependency shifts.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue #, if available:
Description of changes:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.