We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82889de commit 7581764Copy full SHA for 7581764
src/cloudFormation.ts
@@ -64,9 +64,8 @@ async function getCloudFormationStackTemplate(
64
*/
65
async function getCloudFormationClient(awsConfiguration: AwsConfiguration) {
66
if (!cloudFormationClient) {
67
- const { CloudFormationClient } = await import(
68
- '@aws-sdk/client-cloudformation'
69
- );
+ const { CloudFormationClient } =
+ await import('@aws-sdk/client-cloudformation');
70
cloudFormationClient = new CloudFormationClient({
71
region: awsConfiguration.region,
72
credentials: AwsCredentials.getCredentialsProvider(awsConfiguration),
0 commit comments