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(gamelift): add GameSessionQueue L2 Construct for GameLift #23266

Merged
merged 7 commits into from
Dec 8, 2022
Prev Previous commit
Next Next commit
Merge branch 'main' into houes/rfc-436-GameSessionQueue
# Conflicts:
#	packages/@aws-cdk/aws-gamelift/lib/index.ts
  • Loading branch information
stevehouel committed Dec 7, 2022
commit 0d8c9353dfce7e998abd3fae08d7608445cd37ab
2 changes: 2 additions & 0 deletions packages/@aws-cdk/aws-gamelift/lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ export * from './ingress-rule';
export * from './fleet-base';
export * from './build-fleet';
export * from './game-session-queue';
export * from './matchmaking-ruleset';
export * from './matchmaking-ruleset-body';

// AWS::GameLift CloudFormation Resources:
export * from './gamelift.generated';
You are viewing a condensed version of this merge commit. You can view the full changes here.