-
Notifications
You must be signed in to change notification settings - Fork 52
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
feat(bedrock): prompt flows #790
base: main
Are you sure you want to change the base?
Conversation
// Execution Role | ||
// ------------------------------------------------------ | ||
// Create base execution role | ||
this.executionRole = new iam.Role(this, "AmazonBedrockExecutionRoleForFlows_", { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we can allow the user to pass his own role
Overall it looks good to me so far, great job @aws-rafams ! Comments:
|
This pull request is now marked as stale because it hasn't seen activity for a while. Add a comment or it will be closed soon. If you wish to exclude this issue from being marked as stale, add the "backlog" label. |
Closing this pull request as it hasn't seen activity for a while. Please add a comment @mentioning a maintainer to reopen. If you wish to exclude this issue from being marked as stale, add the "backlog" label. |
Closing this pull request as it hasn't seen activity for a while. Please add a comment @mentioning a maintainer to reopen. If you wish to exclude this issue from being marked as stale, add the "backlog" label. |
Fixes #647
Draft version
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the project license.