Skip to content

Commit

Permalink
Merge branch 'mainline' into feat/ts-websocket-api
Browse files Browse the repository at this point in the history
  • Loading branch information
agdimech authored Mar 25, 2024
2 parents 0430722 + 8eccfac commit 78e34d1
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ import software.aws.pdk.identity.UserIdentity;
import software.constructs.Construct;

public class ApplicationStack extends Stack {
public ApplicationStack(Construct scope, String id) {
this(scope, id, null);
}

public ApplicationStack(Construct scope, String id, StackProps props) {
super(scope, id, props);
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 78e34d1

Please sign in to comment.