in approve-request/app.py [0:0]
def get_request_item(request_id) :
response = budgets_table.get_item(
Key={'partitionKey':request_partition, 'rangeKey':request_id},
ProjectionExpression='stackWaitUrl, requestStatus, businessEntityId, pricingInfoAtRequest'
)
return response['Item']