Skip to content

Commit

Permalink
Revert WithReference extension comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Lesierse committed Apr 10, 2024
1 parent 25e34ef commit 7401923
Showing 1 changed file with 2 additions and 4 deletions.
Expand Up @@ -127,9 +127,7 @@ public static IResourceBuilder<TDestination> WithReference<TDestination>(this IR
{
cloudFormationResourceBuilder.WithAnnotation(new CloudFormationReferenceAnnotation(builder.Resource));

return builder;

/*builder.WithEnvironment(async context =>
builder.WithEnvironment(async context =>
{
if (context.ExecutionContext.IsPublishMode)
{
Expand Down Expand Up @@ -161,6 +159,6 @@ public static IResourceBuilder<TDestination> WithReference<TDestination>(this IR
}
});

return builder.WithAWSSDKConfig(cloudFormationResourceBuilder);*/
return builder.WithAWSSDKConfig(cloudFormationResourceBuilder);
}
}

0 comments on commit 7401923

Please sign in to comment.