You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
gchagnon
changed the title
Add support for Typescript
[FEATURE] Add support for Typescript
Sep 20, 2024
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:
The text was updated successfully, but these errors were encountered: