Description:
We need to extend the Industry Toolkit to support TypeScript. This feature will include a template for a TypeScript service implementation along with the necessary CDK configuration to deploy it on AWS. The template should follow best practices for TypeScript services and include deployment infrastructure using AWS CDK.
Feature Requirements:
Create a template for a TypeScript service that fits into the Industry Toolkit.
Add CDK infrastructure to deploy the TypeScript service (e.g., Lambda, ECS Fargate, or EC2).
Ensure compatibility with existing API-first development workflows supported by the Industry Toolkit.
Write comprehensive tests to validate the service template and deployment.
Provide clear documentation and a README file for users to understand how to use the template.
Acceptance Criteria:
[ ] A template for TypeScript and CDK to deploy the service is completed.
[ ] Tests are written and passing.
[ ] README is completed with instructions on using the template.
[ ] Documentation explaining how to deploy the service using CDK is included.
Add Support for TypeScript in Industry Toolkit
Description:
We need to extend the Industry Toolkit to support TypeScript. This feature will include a template for a TypeScript service implementation along with the necessary CDK configuration to deploy it on AWS. The template should follow best practices for TypeScript services and include deployment infrastructure using AWS CDK.
Feature Requirements:
Acceptance Criteria: