AWS – AWS Amplify now supports using the TypeScript Data client in server-side AWS Lambda functions
AWS Amplify now enables developers to use the Amplify Data client within AWS Lambda functions. This new capability allows you to leverage the same type-safe data operations you use in your frontend applications directly in your Lambda functions, eliminating the need to write raw GraphQL queries.
The Amplify Data client in Lambda functions brings a consistent data access pattern across your entire application stack. Instead of managing separate GraphQL implementations, you can now use the same familiar client-side syntax to query and mutate data with full TypeScript support. This unified approach reduces development time, minimizes errors, and makes your codebase more maintainable.
This feature is now available in all AWS regions where AWS Amplify is supported.
To get started, visit the AWS Amplify documentation to learn how to integrate the Amplify Data client in your Lambda functions.
Read More for the details.