Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(core): Tape into CDK credentials and parameter #16096

Closed
2 tasks
lony opened this issue Aug 17, 2021 · 4 comments
Closed
2 tasks

(core): Tape into CDK credentials and parameter #16096

lony opened this issue Aug 17, 2021 · 4 comments
Assignees
Labels
@aws-cdk/core Related to core CDK functionality effort/small Small work item – less than a day of effort feature-request A feature should be added or improved. p2

Comments

@lony
Copy link

lony commented Aug 17, 2021

I have multiple problems using AWS CDK, which are all related to access of its credentials. Is there a way of adding a bridge to CDKs credentials, so they can be used as well with boto3?

Use Case

Proposed Solution

Add a core credentials object which can be used by boto3, enabling use of boto3 from within CDK. This needs an update to the documentation so others know how to use it.

  • 👋 I may be able to implement this feature request
  • ⚠️ This feature might incur a breaking change

This is a 🚀 Feature Request

@lony lony added feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged. labels Aug 17, 2021
@github-actions github-actions bot added the @aws-cdk/core Related to core CDK functionality label Aug 17, 2021
@ryparker
Copy link
Contributor

Hey @lony 👋🏻

Thanks for the feature request.

I'm going to mark this as p2 which means that we are unable to work on this immediately.
We use +1s to help prioritize our work, and as always we are happy to take contributions if anyone is interested to pick this up and submit a PR (please make sure to follow our contribution guidelines 🙏🏻

@ryparker ryparker added effort/small Small work item – less than a day of effort p2 and removed needs-triage This issue or PR still needs to be triaged. labels Aug 17, 2021
@lony
Copy link
Author

lony commented Aug 18, 2021

Thanks - I'm not aware how much work it would be, considering TypeScript conversion - but I think it would help build more integrated deployment pipelines.

@rix0rrr
Copy link
Contributor

rix0rrr commented Oct 4, 2021

We would prefer you don't make SDK calls from within the CDK app, so we don't do anything to make it easy for you to do that, on purpose.

I think you are looking to implement your own context providers. There is an open discussion/feature request for that here: aws/aws-cdk-rfcs#18

Upvote that to indicate interest, this will affect our planning. Closing this issue.

@rix0rrr rix0rrr closed this as completed Oct 4, 2021
@github-actions
Copy link

github-actions bot commented Oct 4, 2021

⚠️COMMENT VISIBILITY WARNING⚠️

Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
@aws-cdk/core Related to core CDK functionality effort/small Small work item – less than a day of effort feature-request A feature should be added or improved. p2
Projects
None yet
Development

No branches or pull requests

3 participants