Replies: 1 comment
-
got it going from aws_cdk import CfgOutput |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
no problem creating/replacing IAM accesskey's
I dont understand how to tell CDK to output the values to stdout. What would this typescript(?) below translate to in python?
new cdk.CfnOutput(this, 'accessKeyId', { value: accessKey.ref });
new cdk.CfnOutput(this, 'secretAccessKey', { value: accessKey.attrSecretAccessKey });
Beta Was this translation helpful? Give feedback.
All reactions