Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

App: WinglangAppPipeline to allow building a simple serverless application with Winglang #20

Open
Lock128 opened this issue Jul 19, 2023 · 2 comments · May be fixed by #69
Open

App: WinglangAppPipeline to allow building a simple serverless application with Winglang #20

Lock128 opened this issue Jul 19, 2023 · 2 comments · May be fixed by #69
Labels
enhancement New feature or request

Comments

@Lock128
Copy link
Collaborator

Lock128 commented Jul 19, 2023

As of today we only support a CDKPipeline / CdkAppPipeline - which automatically creates all steps required to build, package and deploy a simple CDK based application.

With this story we would like to provide a pipeline that follows the same steps for a Winglang based application.

@hoegertn hoegertn added the enhancement New feature or request label Dec 9, 2023
@Lock128
Copy link
Collaborator Author

Lock128 commented May 10, 2024

How to approach this task?

  • Identify steps that will need to be executed as part of the pipeline for a "Winglang App"
  • Identify the stages required for a Winglang Application in default and make them configurable
  • Implement "one" engine (e.g. a Github Workflow) - and find out what are common scenarios for other engines
  • Implement all currently supported engines by projen-pipelines

@Lock128
Copy link
Collaborator Author

Lock128 commented May 10, 2024

As Wing transpiles to Terraform using "providers" (https://www.winglang.io/docs/category/platforms) we need a Winglang specific version of a Terraform Pipeline - let's create a Winlang pipeline that uses Terraform under the hood and then we decide on how to "abstract" this.

@RaphaelManke RaphaelManke linked a pull request May 24, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants