Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.08 KB

README.md

File metadata and controls

28 lines (19 loc) · 1.08 KB

wing-github-action status

Winglang Github Actions

Note: This is an alpha version! Interface is likely to change. Recommended usage for testing purposes only.

Deploy

Find the action for deploying here ./actions/deploy

Pull Request Diff

Find the action for creating diffs on PRs here ./actions/pull-request-diff

Roadmap

  • Deploy action
  • Unit tests
  • Extract common utils into shared package
  • Pull Request plan action which posts the plan against main as a comment on the PR
  • Build base image which includes Terraform. The action itself should use the default on demand build since it simplifies the versioning quite a bit
  • Wing Backend (once implemented)
  • Generate Wing architecture diagram and post to PR
  • AWS CDK support (not sure if that's already working)
  • Pull Request ephemeral deploy action