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

feat: Implement BaseStack in Typescript #146

Merged

Conversation

LeonLuttenberger
Copy link
Contributor

Feature or Bugfix

  • Feature
  • Refactoring

Detail

Implementing BaseStack in Typescript CDK. The new stack does not include the environmentId yet, as it related to the config portion, which we haven't implemented yet.

Relates

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@LeonLuttenberger LeonLuttenberger added this to the 1.0.0 milestone Aug 18, 2022
@LeonLuttenberger LeonLuttenberger self-assigned this Aug 18, 2022
@LeonLuttenberger LeonLuttenberger linked an issue Aug 18, 2022 that may be closed by this pull request
src/base/stack.ts Outdated Show resolved Hide resolved
@malachi-constant malachi-constant added this to In Review in Roadmap Aug 18, 2022
Copy link
Contributor

@malachi-constant malachi-constant left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

I've added #147 so we remember to replace Stack where appropriate across the codebase.

@LeonLuttenberger LeonLuttenberger merged commit 2642d71 into typescript-conversion Aug 18, 2022
@LeonLuttenberger LeonLuttenberger deleted the 140-typescript-basestack-conversion-135 branch August 18, 2022 16:09
LeonLuttenberger added a commit that referenced this pull request Aug 19, 2022
LeonLuttenberger added a commit that referenced this pull request Aug 19, 2022
@malachi-constant malachi-constant moved this from In Review to Done in Roadmap Sep 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

Successfully merging this pull request may close these issues.

Typescript: BaseStack Conversion
2 participants