Skip to content

Commit

Permalink
fix README reference to fromResponsePath
Browse files Browse the repository at this point in the history
  • Loading branch information
iliapolo committed Mar 1, 2020
1 parent b5443c1 commit d5fea64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/custom-resources/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ const verifyDomainIdentity = new AwsCustomResource(this, 'VerifyDomainIdentity',
parameters: {
Domain: 'example.com'
},
physicalResourceId: PhysicalResourceId.fromResponsePath('VerificationToken') // Use the token returned by the call as physical id
physicalResourceId: PhysicalResourceId.fromResponse('VerificationToken') // Use the token returned by the call as physical id
}
});

Expand Down

0 comments on commit d5fea64

Please # to comment.