Skip to content

Commit

Permalink
Update playground with default profile
Browse files Browse the repository at this point in the history
  • Loading branch information
vlesierse committed Feb 13, 2024
1 parent 785ef94 commit 44d93ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playground/AWSCDK/AWSCDKAppHost/Program.cs
Expand Up @@ -5,7 +5,7 @@

// Setup a configuration for the AWS .NET SDK.
var awssdkConfig = builder.AddAWSSDKConfig()
.WithProfile("vinles+labs-Admin")
.WithProfile("default")
.WithRegion(RegionEndpoint.EUWest1);

var stack = builder.AddAWSCDKStack(
Expand Down

0 comments on commit 44d93ad

Please sign in to comment.