feat(typescript): Add new CDK example demonstrating AWS CodePipeline based CICD setup for ECS-Fargate and Lambda for code sourced from Github #820
Labels
effort/large
Large work item – several weeks of effort
feature-request
A feature should be added or improved.
language/typescript
Related to Typescript examples
Describe the feature
A CDK example demonstrating AWS CodePipeline based CICD setup for ECS-Fargate and Lambda for code sourced from Github.
Use Case
Start-ups typically begin with a monolithic design running on bare-bones EC2. After a certain scale they try to move to Cloud-native solutions on AWS. Currently there is no readily available solution for this problem.
This CDK package serves as the production-grade template/boilerplate required to setup resources required to enable this smoothly.
Proposed Solution
A CDK package that serves as the production-grade template/boilerplate required to setup following resources on a high-level:
The code is neatly organised into various stacks on basis of the class of services they create which makes it easy to remove whatever infrastructure isn't needed. For instance - you can comment out the stack instantiation from
lib/pipeline-stage.ts
.There are six stacks -
Other Information
Refer to README.md for Dev Guide.
Acknowledgements
Language
Typescript
The text was updated successfully, but these errors were encountered: