Do you have an example of running the aws libraries against the local proxy? I would like to point my functions at the localhost, but haven't figured this out.
lambda_client = boto3.client('lambda', endpoint_url='http://localhost:3000/proxy')
This has not worked.