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 aa2d496 commit ad42f90Copy full SHA for ad42f90
aws_sra_examples/solutions/genai/bedrock_org/lambda/src/app.py
@@ -1073,6 +1073,7 @@ def create_event(event, context):
1073
event_info = {"Event": event}
1074
LOGGER.info(event_info)
1075
# Deploy state table
1076
+ # TODO(liamschn): need to ensure the solution name for the state table record is sra-common-prerequisites (if it is created here), not bedrock
1077
deploy_state_table()
1078
1079
# 1) Stage config rule lambda code (global/home region)
0 commit comments