You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: