The documentation says that running sam build and sam deploy --guided will deploy the layer. But, I get an error when I followed this.
Steps to reproduce the issue:
- Fork the fmi repository
- Setup AWS credentials (access key and id)
- cd python/aws/python39
- Run
sam build
- The error message I got was:
Build Failed
Error: CustomMakeBuilder:MakeBuild - Make Failed: Unable to find image 'fmi-build-python39:latest' locally
docker: Error response from daemon: pull access denied for fmi-build-python39, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.
See 'docker run --help'.
make: *** [build-python39] Error 125
Possible way to fix this:
Update on this: I fixed this by building the docker image from the repo
The documentation says that running
sam buildandsam deploy --guidedwill deploy the layer. But, I get an error when I followed this.Steps to reproduce the issue:
sam buildPossible way to fix this:
Update on this: I fixed this by building the docker image from the repo