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
For those of us who are unfamiliar with Docker, can you please tell us how to test our app locally in it, or how to set up environment variables? I followed the Docker tutorial, but it's not clear.
For example I keep getting these errors:
When I run: docker-compose run lambda
I get: botocore.exceptions.ClientError: An error occurred (InvalidAccessKeyId) when calling the GetObject operation: The AWS Access Key Id you provided does not exist in our records.
Or when I run: docker run --rm -v "$PWD":/var/task lambci/lambda:python3.6 lambda_function.lambda_handler
I get: Unable to import module 'lambda_function': No module named 'selenium'
Thanks for any additional help you can spare.
The text was updated successfully, but these errors were encountered:
Me again.
For those of us who are unfamiliar with Docker, can you please tell us how to test our app locally in it, or how to set up environment variables? I followed the Docker tutorial, but it's not clear.
For example I keep getting these errors:
When I run:
docker-compose run lambda
I get:
botocore.exceptions.ClientError: An error occurred (InvalidAccessKeyId) when calling the GetObject operation: The AWS Access Key Id you provided does not exist in our records.
Or when I run:
docker run --rm -v "$PWD":/var/task lambci/lambda:python3.6 lambda_function.lambda_handler
I get:
Unable to import module 'lambda_function': No module named 'selenium'
Thanks for any additional help you can spare.
The text was updated successfully, but these errors were encountered: